From 366b44200af4a0c3e963a7fa4e52e503d1ecb82f Mon Sep 17 00:00:00 2001 From: Vipin Balachandran Date: Thu, 17 Jul 2014 19:25:07 +0530 Subject: [PATCH] Fix template and reST online renderer links * The template is located in specs/ directory and not in doc/source/specs/ * The current reST renderer link in the template file points to an expired domain Change-Id: I165fe6a8eabb59d0918ada6c7ce24d4ea095544d --- README.rst | 6 +----- specs/template.rst | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.rst b/README.rst index 71878e1e..f40281f9 100644 --- a/README.rst +++ b/README.rst @@ -10,11 +10,7 @@ The layout of this repository is:: specs// -You can find an example spec in `doc/source/specs/template.rst`. A -skeleton that contains all the sections required for a spec -file is located in `doc/source/specs/skeleton.rst` and can -be copied, then filled in with the details of a new blueprint for -convenience. +You can find an example spec in `specs/template.rst`. Specifications are proposed for a given release by adding them to the `specs/` directory and posting it for review. The implementation diff --git a/specs/template.rst b/specs/template.rst index 88b96af9..a7e817ff 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -31,7 +31,7 @@ Some notes about using this template: * For help with syntax, see http://sphinx-doc.org/rest.html * To test out your formatting, build the docs using tox, or see: - http://rst.ninjs.org + https://www.siafoo.net/reST.xml * If you would like to provide a diagram with your spec, ascii diagrams are required. http://asciiflow.com/ is a very nice tool to assist with making