diff --git a/README.md b/README.md index 79742928164d8..fe9fbfacc1f14 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,12 @@ implementation and it is _fully compatible with OpenSSH_ and can be used with |---|---- | [Teleport Website](https://gravitational.com/teleport) | The official website of the project | | [Documentation](https://gravitational.com/teleport/docs/quickstart/) | Admin guide, user manual and more | -| [Demo Video](https://www.youtube.com/watch?v=zIuZHYO_cDI) | 3-minute video overview of the UI. | +| [Demo Video](https://www.youtube.com/watch?v=DUlTAlEJr5w) | 5-minute video overview of the UI. | | [Teleconsole](https://www.teleconsole.com) | The free service to "invite" SSH clients behind NAT, built on top of Teleport | -| [Blog](https://blog.gravitational.com) | Our blog where we publish Teleport news | -| [Security Updates](https://groups.google.com/forum/#!forum/teleport-community-security) | Teleport Community Edition Security Updates| +| [Blog](https://gravitational.com/blog/) | Our blog where we publish Teleport news | | [Community Forum](https://community.gravitational.com) | Teleport Community Forum| -[![Teleport 4.3 Demo](/docs/4.3/img/readme/teleport-4.3-video-thumb.png)](http://www.youtube.com/watch?v=v8qvmjvZpBE) +[![Teleport 4.3 Demo](/docs/4.3/img/readme/teleport-4.3-video-thumb.png)](https://www.youtube.com/watch?v=DUlTAlEJr5w) ## Installing and Running @@ -61,9 +60,9 @@ and run it under `$USER`, in this case you will not be able to login as someone ### Deploy Teleport If you wish to deploy Teleport inside a Docker container: ``` -# This command will pull the Teleport container image for version 4.3.0 -# Replace 4.3.0 with the version you need: -$ docker pull quay.io/gravitational/teleport:4.3.0 +# This command will pull the Teleport container image for version 4.3 +# Replace 4.3 with the version you need: +$ docker pull quay.io/gravitational/teleport:4.3 ``` View latest tags on [Quay.io | gravitational/teleport](https://quay.io/repository/gravitational/teleport?tab=tags) diff --git a/docs/4.3/img/readme/teleport-4.3-video-thumb.png b/docs/4.3/img/readme/teleport-4.3-video-thumb.png index 2bdddc02d7f91..b119ceb5920ff 100644 Binary files a/docs/4.3/img/readme/teleport-4.3-video-thumb.png and b/docs/4.3/img/readme/teleport-4.3-video-thumb.png differ diff --git a/docs/4.3/index.md b/docs/4.3/index.md index 2138c501dd523..7d6d7215f9f41 100644 --- a/docs/4.3/index.md +++ b/docs/4.3/index.md @@ -34,7 +34,7 @@ environments, not servers. Below is a list of the most popular Teleport features * Ability to run in "agentless" mode, i.e. most Teleport features are available on clusters with pre-existing SSH daemons, usually `sshd`. - + Teleport is available through the free, open source edition ("Teleport Community Edition") diff --git a/docs/README.md b/docs/README.md index 1fecdf2d9f302..8627ea981392c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -57,4 +57,4 @@ NO ISSUES :-) Make sure that you fix any broken links or errors before committing your changes! -If there is a genuine false positive or case where `milv` is failing to parse a link correctly but it does work (and you have validated this using `make run-docs` or `mkdocs serve`) then you can add a whitelist under the appropriate section in `milv.config.yaml` and commit this back to the repo. +If there is a genuine false positive or case where `milv` is failing to parse a link correctly but it does work (and you have validated this using `make run-docs` or `mkdocs serve`) then you can add a whitelist under the appropriate section in `milv.config.yaml` and commit this back to the repo. \ No newline at end of file