Fix broken link to gs-rest-hateoas; remove parent link

This commit is contained in:
Chris Beams
2013-09-19 10:18:28 +02:00
committed by Oliver Gierke
parent c839d71c31
commit 8f5399a505

View File

@@ -37,12 +37,6 @@ badges:
<!DOCTYPE HTML>
<html lang="en-US">
<!-- Specify the parent of this project (or delete if none) to influence the rendering of the breadcrumb -->
{% 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