From 17eef6da48e787565133d78ca6f8914ab1970997 Mon Sep 17 00:00:00 2001 From: Maik Ellerbrock Date: Sat, 25 Feb 2017 01:52:21 +0100 Subject: [PATCH] fix(links): fix deadlinks in description for drone --- templates/drone/1/rancher-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/drone/1/rancher-compose.yml b/templates/drone/1/rancher-compose.yml index 6c6c692..bbf3641 100644 --- a/templates/drone/1/rancher-compose.yml +++ b/templates/drone/1/rancher-compose.yml @@ -18,7 +18,7 @@ type: "password" required: true label: "Remote Config" - description: "Must be the full connection string. see http://readme.drone.io/setup/overview/ for more info" + description: "Must be the full connection string. See http://readme.drone.io/admin/ for more info" - variable: "public_port" type: "int" required: true @@ -38,7 +38,7 @@ label: "Database Config" type: "password" required: true - description: "Must be full db string. The hostname for the DB will be 'database'. See http://readme.drone.io/setup/overview/ for more info" + description: "Must be full db string. The hostname for the DB will be 'database'. See http://docs.drone.io/databases.html for more info" - variable: "database_service" type: "service" label: "Database Service"