diff options
Diffstat (limited to 'src/test/example_content/hello')
-rw-r--r-- | src/test/example_content/hello/index.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/example_content/hello/index.json b/src/test/example_content/hello/index.json index 34f5eba..12105c2 100644 --- a/src/test/example_content/hello/index.json +++ b/src/test/example_content/hello/index.json @@ -69,10 +69,10 @@ // Where this software/work initially comes from. In some cases (i.e. when // the developer of content is also the one who packages it for Hydrilla) // this might be the same as "package_url". - "upstream_url": "https://git.koszko.org/pydrilla/tree/example_content/hello", + "upstream_url": "https://git.koszko.org/pydrilla/tree/src/test/example_content/hello", // Where sources for the packaging of this content can be found. - "package_url": "https://git.koszko.org/pydrilla/tree/example_content/hello", + "package_url": "https://git.koszko.org/pydrilla/tree/src/test/example_content/hello", // Additional "comment" field can be used if needed. // "comment": "" |