From 4d6f74b2a3f94564fe309240da209decdd37f082 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Sun, 31 May 2015 16:20:56 -0400 Subject: [PATCH] Remove quotes to match styling elsewhere Cf. http://vaultproject.io/intro/getting-started/dynamic-secrets.html --- website/source/docs/concepts/dev-server.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/concepts/dev-server.html.md b/website/source/docs/concepts/dev-server.html.md index 1e425fcc73..7ab791cf57 100644 --- a/website/source/docs/concepts/dev-server.html.md +++ b/website/source/docs/concepts/dev-server.html.md @@ -45,8 +45,8 @@ The properties of the dev server: The dev server should be used for experimentation with Vault features, such as different authentication backends, secret backends, audit backends, etc. -If you're new to Vault, you may want to pick up with "[Your First -Secret](http://vaultproject.io/intro/getting-started/first-secret.html)" in +If you're new to Vault, you may want to pick up with [Your First +Secret](http://vaultproject.io/intro/getting-started/first-secret.html) in our getting started guide. In addition to experimentation, the dev server is very easy to automate