Skip to content

Commit

Permalink
Move next steps section to just under tutorial
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Geri Jennings authored Aug 31, 2020
1 parent 83b9a38 commit af65e7f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit af65e7f

Please sign in to comment.