From a0bec601bac3697826a7fc838e81ac3b6c219d07 Mon Sep 17 00:00:00 2001 From: Luis Morales Date: Wed, 21 Dec 2016 18:53:44 +0100 Subject: [PATCH 1/2] added cookiecutter-golang to readme --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 23b67be52..562da1516 100644 --- a/README.rst +++ b/README.rst @@ -489,9 +489,9 @@ Golang ~~~~~~ * `beat-generator`_: A template to create your own beat to ship data to Elasticsearch. - .. _`beat-generator`: https://github.com/elastic/beat-generator - +* `cookiecutter-golang`_: A template to create new go based projects following best practices. +.. _`cookiecutter-golang`: https://github.com/lacion/cookiecutter-golang JS ~~ From 0398bd535d44986068c5b685cb6b12594fe4580f Mon Sep 17 00:00:00 2001 From: Luis Morales Date: Wed, 21 Dec 2016 18:55:07 +0100 Subject: [PATCH 2/2] fixed spacing --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 562da1516..a38ae31aa 100644 --- a/README.rst +++ b/README.rst @@ -489,10 +489,10 @@ Golang ~~~~~~ * `beat-generator`_: A template to create your own beat to ship data to Elasticsearch. -.. _`beat-generator`: https://github.com/elastic/beat-generator * `cookiecutter-golang`_: A template to create new go based projects following best practices. -.. _`cookiecutter-golang`: https://github.com/lacion/cookiecutter-golang +.. _`beat-generator`: https://github.com/elastic/beat-generator +.. _`cookiecutter-golang`: https://github.com/lacion/cookiecutter-golang JS ~~