diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-11-16 18:07:07 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-11-16 18:07:07 +0100 |
commit | 5bb61d9aa41bb698a4339d281a70f0a617ee139e (patch) | |
tree | 48487e8cae898a926afd9f76cef51baf39b05132 /src/test/example_content/hello | |
parent | 6a6fbe6c1b5f663ad7adf6a66d16c354214f9d57 (diff) | |
download | haketilo-hydrilla-5bb61d9aa41bb698a4339d281a70f0a617ee139e.tar.gz haketilo-hydrilla-5bb61d9aa41bb698a4339d281a70f0a617ee139e.zip |
update example urls
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": "" |