mirror of https://github.com/openXC7/prjxray.git
docs: Fixing the GitHub URL in conf.py
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
parent
8be0223f30
commit
03f901d010
|
|
@ -186,6 +186,6 @@ def setup(app):
|
|||
MarkdownCodeSymlinks.find_links()
|
||||
app.add_config_value(
|
||||
'recommonmark_config', {
|
||||
'github_code_repo': 'https://github.com/verilog-to-routing/vtr-verilog-to-routing',
|
||||
'github_code_repo': 'https://github.com/SymbiFlow/prjxray',
|
||||
}, True)
|
||||
app.add_transform(MarkdownCodeSymlinks)
|
||||
|
|
|
|||
Loading…
Reference in New Issue