We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3eb2ec commit 6dae06fCopy full SHA for 6dae06f
.github/actions/build-docs/fix-relative-links.py
@@ -32,7 +32,7 @@ def replace_relative_links(html):
32
33
if __name__ == "__main__":
34
if len(sys.argv) < 2:
35
- print("Usage: python script.py input.html [output.html]")
+ print("Usage: python fix-relative-links.py input-dir [output-dir]")
36
sys.exit(1)
37
38
input_dir = sys.argv[1]
0 commit comments