We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f576ce4 commit c2e38b3Copy full SHA for c2e38b3
pytorch_sphinx_theme2/templates/404.html
@@ -76,7 +76,7 @@ <h2 class="error-404-subtitle">Page Not Found</h2>
76
<p class="error-404-text">The page you are looking for might have been removed, had its name changed, or is
77
temporarily unavailable.</p>
78
<div class="error-404-buttons">
79
- <a href="http://localhost:8000/" class="btn btn-primary error-404-button">
+ <a href="{{ theme_canonical_url }}" class="btn btn-primary error-404-button">
80
Back Home <i class="fa fa-arrow-right" aria-hidden="true"></i>
81
</a>
82
<a href="{{ theme_feedback_url|default('https://github.com/pytorch/pytorch') }}/issues/new?template=documentation.yml&labels=module:%20docs,broken-link"
0 commit comments