diff options
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 6fc989a3b..bd7c0f425 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -52,7 +52,7 @@ <li><a href="{{ site.baseurl }}docs/getting_started/">Get started</a></li> <li><a href="{{ site.baseurl }}docs/">Documentation</a></li> <li><a href="{{ site.baseurl }}blog/">Blog</a></li> - <li><a href="{{ site.baseurl }}contact/">Contact</a></li> + <li><a href="{{ site.baseurl }}community/">Contact</a></li> </ul> </nav> </div> @@ -109,7 +109,7 @@ title: Welcome <div class="get-started__item get-started__item"> <h3>Speak to us</h3> <p>Need some help? Tell us about your plans</p> - <p class="push-top"><a href="{{ site.baseurl }}docs/contact" class="button">Get in touch</a></p> + <p class="push-top"><a href="{{ site.baseurl }}community" class="button">Get in touch</a></p> </div> </div> </div> |