diff --git a/index.html b/index.html
index c85fce30..713c849a 100644
--- a/index.html
+++ b/index.html
@@ -37,12 +37,6 @@ badges:
-
-{% capture parent_link %}
-[Spring Parent]({{ site.projects_site_url }}/spring-parent)
-{% endcapture %}
-
-
{% capture billboard_description %}
Create REST representations that follow the [HATEOAS](http://en.wikipedia.org/wiki/HATEOAS) principle from your Spring-based applications.
@@ -68,7 +62,7 @@ Spring HATOEAS provides some APIs to ease creating REST representations that fol
### Getting Started Guides
-- [Building a Hypermedia-Driven RESTful Web Service]({{site.main_site_url}}/guides/gs/rest-hatoeas)
+- [Building a Hypermedia-Driven RESTful Web Service]({{site.main_site_url}}/guides/gs/rest-hateoas)
- [Building a RESTful Web Service]({{site.main_site_url}}/guides/gs/rest-service)
### Tutorials