docs: Fixing the GitHub URL in conf.py

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim 'mithro' Ansell 2018-02-28 13:12:07 -08:00
parent 8be0223f30
commit 03f901d010
1 changed files with 1 additions and 1 deletions

View File

@ -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)