Skip to content

Commit

Permalink
TriBITSPub#386: - fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 authored and bartlettroscoe committed Jul 22, 2021
1 parent 0369107 commit 71cdbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tribits/doc/sphinx/sphinx_rst_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def change_url_to_landing_page(docs_static_dir: str) -> None:
index_str = index_read.read()
repl_url = index_str.replace('<a href="#" class="icon icon-home"> TriBITS',
'<a href="../index.html" class="icon icon-home"> TriBITS')
with open(index_html, 'r') as index_write:
with open(index_html, 'w') as index_write:
index_write.write(repl_url)

@staticmethod
Expand Down

0 comments on commit 71cdbf3

Please sign in to comment.