Skip to content

Commit 80c724d

Browse files
committed
fix transposed letters in github link
Signed-off-by: Elms <elms@freshred.net>
1 parent ff057a9 commit 80c724d

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)