From 663a18421eb7bdb04479bf92e6452775597b2fb7 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 9 Sep 2014 16:10:29 -0400 Subject: [PATCH] Replace default bp URLs with portable examples Use the search feature of launchpad to find a blueprint that might move around within the Oslo project. Change-Id: I69b372b3e4b584bc6fc4da48e2830130834d0206 --- specs/graduation-template.rst | 4 ++-- specs/template.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/graduation-template.rst b/specs/graduation-template.rst index aa46b8d..a6c6a52 100644 --- a/specs/graduation-template.rst +++ b/specs/graduation-template.rst @@ -7,7 +7,7 @@ The filename in the git repository should match the launchpad URL, for example a URL of - https://blueprints.launchpad.net/oslo/+spec/awesome-thing should be + https://blueprints.launchpad.net/oslo?searchtext=awesome-thing should be named awesome-thing.rst. Wrap text at 79 columns. @@ -28,7 +28,7 @@ Include the URL of your launchpad blueprint: -https://blueprints.launchpad.net/oslo/+spec/graduate-example +https://blueprints.launchpad.net/oslo?searchtext=graduate-example Provide a brief description of the focus of the new library. diff --git a/specs/template.rst b/specs/template.rst index 1004cdd..3fc255d 100644 --- a/specs/template.rst +++ b/specs/template.rst @@ -7,7 +7,7 @@ The filename in the git repository should match the launchpad URL, for example a URL of - https://blueprints.launchpad.net/oslo/+spec/awesome-thing should be + https://blueprints.launchpad.net/oslo?searchtext=awesome-thing should be named awesome-thing.rst. Wrap text at 79 columns. @@ -28,7 +28,7 @@ Include the URL of your launchpad blueprint: -https://blueprints.launchpad.net/oslo/+spec/example +https://blueprints.launchpad.net/oslo?searchtext=awesome-thing Introduction paragraph -- why are we doing anything?