readme: fix links to examples and docs

Signed-off-by: Fernando Mayo Fernandez <fermayo@gmail.com>
This commit is contained in:
Fernando Mayo Fernandez 2021-04-21 20:07:08 +02:00
parent 5e90c1a11e
commit 01ab35e100
No known key found for this signature in database
GPG Key ID: 786851D63EBC28C4

View File

@ -18,8 +18,9 @@ system changes.
## Examples ## Examples
* [Deploy a static page to S3](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-static-page-to-s3)
* [Deploy a simple React application](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-simple-react-application) * [Deploy a simple React application](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-simple-react-application)
* [Deploy an application to your Kubernetes cluster](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-simple-react-application) * [Deploy a complete JAMstack app](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-a-complete-jamstack-app)
* [Provision a Kubernetes cluster on AWS](https://github.com/dagger/dagger/blob/main/examples/README.md#provision-a-kubernetes-cluster-on-aws) * [Provision a Kubernetes cluster on AWS](https://github.com/dagger/dagger/blob/main/examples/README.md#provision-a-kubernetes-cluster-on-aws)
* [Add HTTP monitoring to your application](https://github.com/dagger/dagger/blob/main/examples/README.md#add-http-monitoring-to-your-application) * [Add HTTP monitoring to your application](https://github.com/dagger/dagger/blob/main/examples/README.md#add-http-monitoring-to-your-application)
* [Deploy an application to your Kubernetes cluster](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-an-application-to-your-kubernetes-cluster) * [Deploy an application to your Kubernetes cluster](https://github.com/dagger/dagger/blob/main/examples/README.md#deploy-an-application-to-your-kubernetes-cluster)
@ -33,7 +34,6 @@ Dagger is *alpha-quality software*. It has many bugs, the user interface is mini
Join the [Dagger community chatroom](https://discord.gg/Rmffpmc) on Discord. Join the [Dagger community chatroom](https://discord.gg/Rmffpmc) on Discord.
* [Installing Dagger](doc/install.md) * [Installing Dagger](doc/install.md)
* [Adding Dagger to your project](doc/adding_dagger.md)
* [Examples](examples/README.md) * [Examples](examples/README.md)
* [Dagger vs. Other Software](doc/vs.md) * [Dagger vs. Other Software](doc/vs.md)
* [Dagger Programmer Manual](doc/programmer.md) * [Dagger Programmer Manual](doc/programmer.md)