Update the links in the README

This commit is contained in:
Guilhem Niot 2020-07-24 16:58:58 +02:00 committed by GitHub
parent 0fd910b34a
commit 0d2552edab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ for your APIs.
## Migrate from 2.x to 3.0 ## Migrate from 2.x to 3.0
[To migrate from 2.x to 3.0, follow our guide.](https://github.com/nelmio/NelmioApiDocBundle/blob/master/UPGRADE-3.0.md) [To migrate from 2.x to 3.0, follow our guide.](https://github.com/nelmio/NelmioApiDocBundle/blob/3.x/UPGRADE-3.0.md)
## Installation ## Installation
@ -24,12 +24,12 @@ composer require nelmio/api-doc-bundle
## Documentation ## Documentation
[Read the documentation on symfony.com](https://symfony.com/doc/current/bundles/NelmioApiDocBundle/index.html) [Read the documentation on symfony.com](https://symfony.com/doc/3.x/bundles/NelmioApiDocBundle/index.html)
## Contributing ## Contributing
See See
[CONTRIBUTING](https://github.com/nelmio/NelmioApiDocBundle/blob/master/CONTRIBUTING.md) [CONTRIBUTING](https://github.com/nelmio/NelmioApiDocBundle/blob/3.x/CONTRIBUTING.md)
file. file.
## Running the Tests ## Running the Tests
@ -38,6 +38,7 @@ Install the [Composer](http://getcomposer.org/) dependencies:
git clone https://github.com/nelmio/NelmioApiDocBundle.git git clone https://github.com/nelmio/NelmioApiDocBundle.git
cd NelmioApiDocBundle cd NelmioApiDocBundle
git checkout 3.x
composer update composer update
Then run the test suite: Then run the test suite: