From af65e7f801fdbcd959fdc6806491c719868d7550 Mon Sep 17 00:00:00 2001 From: Geri Jennings Date: Mon, 31 Aug 2020 14:33:14 -0400 Subject: [PATCH] Move next steps section to just under tutorial We want to redirect users to the website if they happen to land in GitHub and run through the tutorial; this commit updates the README to make sure the "Next steps" section with a link to the web tutorials appears just after the "Congratulations!" line at the end of the tutorial. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 69dde85f..c992bea7 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,13 @@ using Docker Compose. + [Define policy](#define-policy) + [Store a secret](#store-a-secret) + [Run the demo app](#run-the-demo-app) + * [Next steps](#next-steps) * [Using persistent Conjur configuration](#using-persistent-conjur-configuration) + [Set up a Conjur OSS environment with persistence](#set-up-a-conjur-oss-environment-with-persistence) + [Restarting the Conjur OSS environment using persistence](#restarting-the-conjur-oss-environment-using-persistence) + [Delete the Conjur data directory when done](#delete-the-conjur-data-directory-when-done) * [Troubleshooting](#troubleshooting) + [`Failed to open TCP connection` error for Conjur login](#failed-to-open-tcp-connection-error-for-conjur-login) - * [Next steps](#next-steps) - [Contributing](#contributing) Table of contents generated with markdown-toc @@ -314,6 +314,13 @@ securely. **Congratulations! You are ready to secure your own apps with Conjur.** +### Next steps + +Now that you've got a local Conjur instance running, what can you do with it? + +Try some of our [tutorials](https://www.conjur.org/get-started/tutorials/) on +Conjur.org. + ### Using persistent Conjur configuration With small variations to the steps outlined above, it is possible to set @@ -421,13 +428,6 @@ in Step 1 of the [Set up a Conjur OSS environment with persistence](#set-up-a-conjur-oss-environment-with-persistence) section above. -### Next steps - -Now that you've got a local Conjur instance running, what can you do with it? - -Try some of our [tutorials](https://www.conjur.org/get-started/tutorials/) on -Conjur.org. - ## Troubleshooting ### `Failed to open TCP connection` error for Conjur login