From 82fd219e43a76c95dd003b9d03ed76d5a2317c57 Mon Sep 17 00:00:00 2001 From: Michel Vocks Date: Sat, 5 Jan 2019 23:34:45 +0100 Subject: [PATCH 1/2] Added new official website link to readme file --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 41e4334c..25532338 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,8 @@ Gaia is an open source automation platform which makes it easy and fun to build Develop powerful `pipelines `_ with the help of `SDKs `_ and simply check-in your code into a git repository. Gaia automatically clones your code repository, compiles your code to a binary, and executes it on-demand. All results are streamed back and formatted as a user-friendly graphical output. +Check out `gaia-pipeline.io` to learn more. + Motivation ========== @@ -323,6 +325,7 @@ If you have any questions feel free to contact us on `slack`_. .. _`plugin system`: https://en.wikipedia.org/wiki/Plug-in_(computing) .. _`available docker image tags`: https://hub.docker.com/r/gaiapipeline/gaia/tags/ .. _`how to develop a pipeline`: https://docs.gaia-pipeline.io/develop-pipelines/ +.. _`gaia-pipeline.io`: https://gaia-pipeline.io/ .. |build-status| image:: https://circleci.com/gh/gaia-pipeline/gaia/tree/master.svg?style=shield&circle-token=c0e15edfb08f8076076cbbb55558af6cfecb89b8 :alt: Build Status From 4a423f8f1e43a54114110d7240603e23d7557b8e Mon Sep 17 00:00:00 2001 From: Michel Vocks Date: Sat, 5 Jan 2019 23:37:04 +0100 Subject: [PATCH 2/2] Fixed missing underline --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 25532338..cf465227 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ Gaia is an open source automation platform which makes it easy and fun to build Develop powerful `pipelines `_ with the help of `SDKs `_ and simply check-in your code into a git repository. Gaia automatically clones your code repository, compiles your code to a binary, and executes it on-demand. All results are streamed back and formatted as a user-friendly graphical output. -Check out `gaia-pipeline.io` to learn more. +Check out `gaia-pipeline.io`_ to learn more. Motivation ==========