From e92818e0aeb15b1630a2c7a315f6da727d91cef0 Mon Sep 17 00:00:00 2001 From: Brian Kassouf Date: Wed, 3 May 2017 10:25:12 -0700 Subject: [PATCH] Upate links in docs --- website/source/api/secret/databases/index.html.md | 2 +- website/source/docs/secrets/databases/cassandra.html.md | 6 +++--- website/source/docs/secrets/databases/index.html.md | 2 +- website/source/docs/secrets/databases/mssql.html.md | 6 +++--- website/source/docs/secrets/databases/mysql-maria.html.md | 6 +++--- website/source/docs/secrets/databases/postgresql.html.md | 6 +++--- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/website/source/api/secret/databases/index.html.md b/website/source/api/secret/databases/index.html.md index 9e6015648..f55998ace 100644 --- a/website/source/api/secret/databases/index.html.md +++ b/website/source/api/secret/databases/index.html.md @@ -11,7 +11,7 @@ description: |- This is the API documentation for the Vault Database secret backend. For general information about the usage and operation of the Database backend, please see the -[Vault Database backend documentation](/docs/secrets/database/index.html). +[Vault Database backend documentation](/docs/secrets/databases/index.html). This documentation assumes the Database backend is mounted at the `/database` path in Vault. Since it is possible to mount secret backends at diff --git a/website/source/docs/secrets/databases/cassandra.html.md b/website/source/docs/secrets/databases/cassandra.html.md index b3d87f7ed..1d8468ad3 100644 --- a/website/source/docs/secrets/databases/cassandra.html.md +++ b/website/source/docs/secrets/databases/cassandra.html.md @@ -14,7 +14,7 @@ The Cassandra Database Plugin is one of the supported plugins for the Database backend. This plugin generates database credentials dynamically based on configured roles for the Cassandra database. -See the [Database Backend](/docs/secret/database/index.html) docs for more +See the [Database Backend](/docs/secrets/databases/index.html) docs for more information about setting up the Database Backend. ## Quick Start @@ -55,8 +55,8 @@ This role can be used to retrieve a new set of credentials by querying the ## API The full list of configurable options can be seen in the [Cassandra database -plugin API](/api/secret/database/cassandra.html) page. +plugin API](/api/secret/databases/cassandra.html) page. Or for more information on the Database secret backend's HTTP API please see the [Database secret -backend API](/api/secret/database/index.html) page. +backend API](/api/secret/databases/index.html) page. diff --git a/website/source/docs/secrets/databases/index.html.md b/website/source/docs/secrets/databases/index.html.md index cf366d9c9..c88699c44 100644 --- a/website/source/docs/secrets/databases/index.html.md +++ b/website/source/docs/secrets/databases/index.html.md @@ -93,5 +93,5 @@ username v-root-e2978cd0- ## API The Database secret backend has a full HTTP API. Please see the [Database secret -backend API](/api/secret/database/index.html) for more details. +backend API](/api/secret/databases/index.html) for more details. diff --git a/website/source/docs/secrets/databases/mssql.html.md b/website/source/docs/secrets/databases/mssql.html.md index 0eefe1764..fec8924b3 100644 --- a/website/source/docs/secrets/databases/mssql.html.md +++ b/website/source/docs/secrets/databases/mssql.html.md @@ -14,7 +14,7 @@ The MSSQL Database Plugin is one of the supported plugins for the Database backend. This plugin generates database credentials dynamically based on configured roles for the MSSQL database. -See the [Database Backend](/docs/secret/database/index.html) docs for more +See the [Database Backend](/docs/secrets/databases/index.html) docs for more information about setting up the Database Backend. ## Quick Start @@ -53,8 +53,8 @@ This role can now be used to retrieve a new set of credentials by querying the ## API The full list of configurable options can be seen in the [MSSQL database -plugin API](/api/secret/database/mssql.html) page. +plugin API](/api/secret/databases/mssql.html) page. Or for more information on the Database secret backend's HTTP API please see the [Database secret -backend API](/api/secret/database/index.html) page. +backend API](/api/secret/databases/index.html) page. diff --git a/website/source/docs/secrets/databases/mysql-maria.html.md b/website/source/docs/secrets/databases/mysql-maria.html.md index 76ca193fc..c5eea4b7b 100644 --- a/website/source/docs/secrets/databases/mysql-maria.html.md +++ b/website/source/docs/secrets/databases/mysql-maria.html.md @@ -14,7 +14,7 @@ The MySQL Database Plugin is one of the supported plugins for the Database backend. This plugin generates database credentials dynamically based on configured roles for the MySQL database. -See the [Database Backend](/docs/secret/database/index.html) docs for more +See the [Database Backend](/docs/secrets/databases/index.html) docs for more information about setting up the Database Backend. ## Quick Start @@ -51,8 +51,8 @@ This role can now be used to retrieve a new set of credentials by querying the ## API The full list of configurable options can be seen in the [MySQL database -plugin API](/api/secret/database/mysql.html) page. +plugin API](/api/secret/databases/mysql-maria.html) page. Or for more information on the Database secret backend's HTTP API please see the [Database secret -backend API](/api/secret/database/index.html) page. +backend API](/api/secret/databases/index.html) page. diff --git a/website/source/docs/secrets/databases/postgresql.html.md b/website/source/docs/secrets/databases/postgresql.html.md index 81716132f..72601e34f 100644 --- a/website/source/docs/secrets/databases/postgresql.html.md +++ b/website/source/docs/secrets/databases/postgresql.html.md @@ -14,7 +14,7 @@ The PostgreSQL Database Plugin is one of the supported plugins for the Database backend. This plugin generates database credentials dynamically based on configured roles for the PostgreSQL database. -See the [Database Backend](/docs/secret/database/index.html) docs for more +See the [Database Backend](/docs/secrets/databases/index.html) docs for more information about setting up the Database Backend. ## Quick Start @@ -53,8 +53,8 @@ This role can be used to retrieve a new set of credentials by querying the ## API The full list of configurable options can be seen in the [PostgreSQL database -plugin API](/api/secret/database/postgresql.html) page. +plugin API](/api/secret/databases/postgresql.html) page. Or for more information on the Database secret backend's HTTP API please see the [Database secret -backend API](/api/secret/database/index.html) page. +backend API](/api/secret/databases/index.html) page.