From a49dcb065e1fd12e1acc40ae8e7f01d4cced3f1c Mon Sep 17 00:00:00 2001 From: Jeffrey Townsend Date: Fri, 19 Oct 2018 16:12:46 -0700 Subject: [PATCH] Attempt to fix links. --- index.md | 2 +- onlp/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index c56a5261..ec07d146 100644 --- a/index.md +++ b/index.md @@ -1,2 +1,2 @@ # ONLP -[ONLP Documentation] {{ site.baseurl }}{% link onlp/index.md %} +[ONLP Documentation]({{ site.baseurl }}{% link onlp/index.md %}) diff --git a/onlp/index.md b/onlp/index.md index 17910306..3db0794c 100644 --- a/onlp/index.md +++ b/onlp/index.md @@ -7,6 +7,6 @@ The goal of the ONLP APIs is to both standardize access to these objects at a fu ## ONLP APIs For Applications -The ONLP API documentation for Application, System, and Dataplane developers is available [here]({{ site.baseurl }}{% link onlp/applications.md %} +The ONLP API documentation for Application, System, and Dataplane developers is available [here]({{ site.baseurl }}{% link onlp/applications.md %}) -The ONLP API documentation for Platform developers who which to implement support for their platform is available [here]({{ site.baseurl }}{% link onlp/implementors.md %} +The ONLP API documentation for Platform developers who which to implement support for their platform is available [here]({{ site.baseurl }}{% link onlp/implementors.md %})