diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-16 20:26:32 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-16 20:26:32 +0100 |
commit | 6940a6511e2d7e542e93159e26dba7c147d23ddd (patch) | |
tree | c179803cbe9882504379b2c5c37583b4b9e6475d | |
parent | 9d76b1686c8272402b20ee638d124db8a0bf3d36 (diff) |
webdocs: fix broken link on main page
Change-Id: I831f78ed36aa44eda28545f99f6111f7c6fb4248
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | site/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/index.html b/site/index.html index 29d826a..f0d7eef 100644 --- a/site/index.html +++ b/site/index.html @@ -66,7 +66,7 @@ change_frequency: monthly <div class="col-md-12 text-center"> <h1>Supported Platforms</h1> <h2>See a list of - <a href="{{ site.baseurl }}/docs/en/{{ site.default_linked_docs_version }}/guide/support/index.html">features supported</a> in each platform</h2> + <a href="{{ site.baseurl }}/docs/hardware/en/{{ site.default_linked_docs_version }}/index.html">features supported</a> in each platform</h2> <p> Automotive Grade Linux (AGL) is a Linux Foundation project dedicated to creating open source software solutions for automotive applications. Although the initial target for AGL is In-Vehicle-Infotainment (IVI) systems, additional use cases such as instrument clusters and telematics systems will eventually be supported. AGL has participants from the Automotive, Communications, and Semiconductor Industries and welcomes contributions from individual developers. </p> |