diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-01-01 19:43:49 +0100 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2019-01-01 19:44:37 +0100 |
commit | 4c240cee65e1ccabb681491a106085b4a3ec0e2c (patch) | |
tree | 32451d447ece3d077fe8506ca34d55f80f21aa84 /README.md | |
parent | cb4371c4f372d291439de6c062c64208d7ea3e86 (diff) | |
download | nextcloud-server-4c240cee65e1ccabb681491a106085b4a3ec0e2c.tar.gz nextcloud-server-4c240cee65e1ccabb681491a106085b4a3ec0e2c.zip |
Use `latest` instead of fixed version number
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 37fbe567100..1ddfd2facb7 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ There are many ways to contribute, of which development is only one! Find out [h ### Development setup 👩💻 -1. 🚀 [Set up your local development environment](https://docs.nextcloud.com/server/14/developer_manual/general/devenv.html) +1. 🚀 [Set up your local development environment](https://docs.nextcloud.com/server/latest/developer_manual/general/devenv.html) 2. 🐛 [Pick a good first issue](https://github.com/nextcloud/server/labels/good%20first%20issue) 3. 👩🔧 Create a branch and make your changes. Remember to sign off your commits using `git commit -sm "Your commit message"` 4. ⬆ Create a [pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request) and `@mention` the people from the issue to review |