Fix relative links in markdown

This commit is contained in:
Rafa de la Torre 2016-04-13 17:20:46 +02:00
parent e37f5afdab
commit 6974c99a9b
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
# Development process # Development process
Please read the Working Process/Quickstart Guide in [[README.md]] first. Please read the Working Process/Quickstart Guide in [README.md](README.md) first.
For any modification of the observatory-extension, such as adding new features, For any modification of the observatory-extension, such as adding new features,
refactoring or bug-fixing, a topic branch must be created out of the `develop` refactoring or bug-fixing, a topic branch must be created out of the `develop`

View File

@ -44,7 +44,7 @@ and developers must not commit or merge into it.
## Development Guidelines ## Development Guidelines
For a detailed description of the development process please see For a detailed description of the development process please see
the [[CONTRIBUTING.md]] guide. the [CONTRIBUTING.md](CONTRIBUTING.md) guide.
Any modification to the source code Any modification to the source code
shall always be done in a topic branch created from the `develop` branch. shall always be done in a topic branch created from the `develop` branch.
@ -60,5 +60,5 @@ make test
## Release ## Release
The release and deployment process is described in the The release and deployment process is described in the
[[RELEASE.md]] guide and it is the responsibility of the designated [RELEASE.md](RELEASE.md) guide and it is the responsibility of the designated
release manager. release manager.

View File

@ -1,7 +1,7 @@
# Release & Deployment Process # Release & Deployment Process
Please read the Working Process/Quickstart Guide in [README.md]] Please read the Working Process/Quickstart Guide in [README.md](README.md)
and the Development guidelines in [[CONTRIBUTING.md]]. and the Development guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).
The release process of a new version of the extension The release process of a new version of the extension
shall be performed by the designated *Release Manager*. shall be performed by the designated *Release Manager*.