Skip to content

Commit cae114c

Browse files
committed
Fix edit link in documentation
Fix #75.
1 parent b5d95b7 commit cae114c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
html_theme_options = {
5252
'top_of_page_buttons': ['edit'],
5353
'source_edit_link':
54-
'https://github.com/CourtBouillon/pydyf/edit/main/docs/{filename}',
54+
'https://github.com/Kozea/tinycss2/edit/main/docs/{filename}',
5555
}
5656

5757
# Favicon URL

0 commit comments

Comments
 (0)