This is an automated email from the ASF dual-hosted git repository. janardhan pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/systemds-website.git
commit 6d7b3b7dde8ceddff49fdce99e9cb34d6e44862a Author: Janardhan Pulivarthi <[email protected]> AuthorDate: Mon Jul 5 16:47:27 2021 +0530 [MINOR] update links in documentation page --- _src/documentation.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/_src/documentation.html b/_src/documentation.html index 79f18b9..e2f9328 100644 --- a/_src/documentation.html +++ b/_src/documentation.html @@ -38,12 +38,13 @@ limitations under the License. <p>Documentation such as programming guides, reference guides, and API docs is available for SystemDS below:</p> <a class="button button-primary" href="{{ site.data.project.docs }}">Latest</a> <p></p> - <a class="button button-primary" href="docs/2.0.0/index">2.0.0</a> - <a class="button button-primary" href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a> + <a class="button button-primary" href="docs/2.1.0/index">2.1.0</a> + <a class="button button-primary" href="release-notes/systemds-release-notes-2.1.0">ReleaseNotes</a> </div> <div class="col col-4"> - <p>each released version of SystemML:</p> + <p>each released version of SystemML/DS:</p> <ul> + <li><a href="docs/2.0.0/index">2.0.0</a>, <a href="release-notes/systemds-release-notes-2.0.0">ReleaseNotes</a></li> <li><a href="docs/1.2.0/index">1.2.0</a>, <a href="release-notes/systemml-release-notes-1.2.0">ReleaseNotes</a></li> <li><a href="docs/1.1.0/index">1.1.0</a>, <a href="release-notes/systemml-release-notes-1.1.0">ReleaseNotes</a></li> <li><a href="docs/1.0.0/index">1.0.0</a>, <a href="release-notes/systemml-release-notes-1.0.0">ReleaseNotes</a></li> @@ -54,4 +55,4 @@ limitations under the License. </ul> </div> </div> -</section> \ No newline at end of file +</section>
