Skip to content

Commit cf921ad

Browse files
author
Tim Ansell
authored
Merge pull request #62 from elms/fix/github_link
fix transposed letters in github link
2 parents ff057a9 + 80c724d commit cf921ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
#
124124
html_theme_options = {
125125
'repo_name': 'SymbiFlow/fpga-interchange-schema',
126-
'github_url': 'https://github.com/SymbiFlow/fgpa-interchange-schema',
126+
'github_url': 'https://github.com/SymbiFlow/fpga-interchange-schema',
127127
}
128128

129129
# Add any paths that contain custom static files (such as style sheets) here,

0 commit comments

Comments
 (0)