From e84d6e3a47fb9f3089a1476893f9d565a584c52e Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 20 Mar 2017 10:32:23 -0700 Subject: [PATCH] Update logo in README Fixes https://github.com/hashicorp/vault/pull/2505. Uses a relative link instead of an asset from the site to prevent future issues. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf40cb75f2..61b2bb429e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Vault [![Build Status](https://travis-ci.org/hashicorp/vault.svg)](https://travi - Announcement list: [Google Groups](https://groups.google.com/group/hashicorp-announce) - Discussion list: [Google Groups](https://groups.google.com/group/vault-tool) -![Vault](https://raw.githubusercontent.com/hashicorp/vault/master/website/source/assets/images/logo-big.png?token=AAAFE8XmW6YF5TNuk3cosDGBK-sUGPEjks5VSAa2wA%3D%3D) +Vault Logo Vault is a tool for securely accessing secrets. A secret is anything that you want to tightly control access to, such as API keys, passwords, certificates, and more. Vault provides a unified interface to any secret, while providing tight access control and recording a detailed audit log.