fix: use correct manifest link
This commit is contained in:
parent
7c223b43f5
commit
ddcbcffe4c
3 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ To install and use the Tickwerk module for Foundry Virtual Tabletop,
|
||||||
find it in the list in the **Install Module** dialog on the Setup menu of the
|
find it in the list in the **Install Module** dialog on the Setup menu of the
|
||||||
application. Alternatively, paste the following Manifest URL in that dialog:
|
application. Alternatively, paste the following Manifest URL in that dialog:
|
||||||
|
|
||||||
https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftick-based-combat/packages/generic/tickwerk/latest/module.json
|
https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftickwerk/packages/generic/tickwerk/latest/module.json
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "tickwerk",
|
"name": "tickwerk",
|
||||||
"title": "Tickwerk",
|
"title": "Tickwerk",
|
||||||
"description": "Tick based combat for Foundry Virtual Tabletop.",
|
"description": "A tick based combat system for Foundry Virtual Tabletop",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Johannes Loher",
|
"name": "Johannes Loher",
|
||||||
|
@ -32,7 +32,7 @@
|
||||||
"path": "lang/de.json"
|
"path": "lang/de.json"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftick-based-combat/packages/generic/tickwerk/latest/module.json",
|
"manifest": "https://git.f3l.de/api/v4/projects/dungeonslayers%2Ftickwerk/packages/generic/tickwerk/latest/module.json",
|
||||||
"download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.0.0/downloads/module.zip",
|
"download": "https://git.f3l.de/dungeonslayers/tickwerk/-/releases/1.0.0/downloads/module.zip",
|
||||||
"manifestPlusVersion": "1.2.0"
|
"manifestPlusVersion": "1.2.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "tickwerk",
|
"name": "tickwerk",
|
||||||
"description": "A tick based combat tracker for Foundry Virtual Tabletop",
|
"description": "A tick based combat system for Foundry Virtual Tabletop",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
|
"license": "https://git.f3l.de/dungeonslayers/tickwerk#licensing",
|
||||||
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
|
"homepage": "https://git.f3l.de/dungeonslayers/tickwerk",
|
||||||
|
|
Loading…
Reference in a new issue