From 8f5399a50595d0a3e324b43184492b76a476c134 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Thu, 19 Sep 2013 10:18:28 +0200 Subject: [PATCH] Fix broken link to gs-rest-hateoas; remove parent link --- index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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