Skip to content

Commit

Permalink
Update set-base-url.py
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
oraNod and felixfontein authored Feb 19, 2024
1 parent 3c00818 commit 7d2d1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-base-url.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def main():
file_path = "data/base.yaml"
for line in fileinput.input(file_path, inplace=True):
replace_url = line.replace("docs.ansible.com/", "stage-docsite.readthedocs.io")
replace_url = line.replace("docs.ansible.com/", "stage-docsite.readthedocs.io/")
print(replace_url.strip("\n"))


Expand Down

0 comments on commit 7d2d1f9

Please sign in to comment.