fix(links): fix deadlinks in description for drone

This commit is contained in:
Maik Ellerbrock 2017-02-25 01:52:21 +01:00
parent ef37392cd3
commit 17eef6da48
No known key found for this signature in database
GPG Key ID: AC6B0B8B492B04CA

View File

@ -18,7 +18,7 @@
type: "password" type: "password"
required: true required: true
label: "Remote Config" 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" - variable: "public_port"
type: "int" type: "int"
required: true required: true
@ -38,7 +38,7 @@
label: "Database Config" label: "Database Config"
type: "password" type: "password"
required: true 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" - variable: "database_service"
type: "service" type: "service"
label: "Database Service" label: "Database Service"