We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033a231 commit adc0a26Copy full SHA for adc0a26
examples/manual_repo/basic_repo.py
@@ -104,8 +104,8 @@ def _in(days: float) -> datetime:
104
# 'target path', which a client uses to locate the target file relative to a
105
# configured mirror base URL.
106
#
107
-# |----base URL---||-------target path-------|
108
-# e.g. tuf-examples.org/repo_example/basic_repo.py
+# |----base artifact URL---||-------target path-------|
+# e.g. tuf-examples.org/artifacts/manual_repo/basic_repo.py
109
110
local_path = Path(__file__).resolve()
111
target_path = f"{local_path.parts[-2]}/{local_path.parts[-1]}"
0 commit comments