Skip to content

Commit

Permalink
[skip ci] Fix broken links in Contributing.md (jump-dev#1590)
Browse files Browse the repository at this point in the history
* Update links

* /latest/ -> /dev/
  • Loading branch information
freeboson authored and odow committed Nov 7, 2018
1 parent 6daac7a commit 5ad5536
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ help answer questions on Discourse!
## Improve the documentation

Chances are, if you asked (or answered) a question on Discourse, then it is
usually a sign that the [documentation](http://www.juliaopt.org/JuMP.jl/latest/)
usually a sign that the [documentation](https://www.juliaopt.org/JuMP.jl/dev/)
could be improved. Moreover, since it is your question, you are probably the
best-placed person to improve it!

Expand Down Expand Up @@ -54,8 +54,8 @@ Finally, you can also contribute code to JuMP!

If you do not have experience with Git, Github, and Julia development, the first
steps can be a little daunting. However, there are lots of tutorials available
online (such as [this](http://try.github.io/), [this](https://guides.github.com/activities/hello-world/),
[this](https://git-scm.com/book/en/v2), and [this](https://docs.julialang.org/en/stable/manual/packages/#Making-changes-to-an-existing-package-1)).
online (such as [this](https://try.github.io/), [this](https://guides.github.com/activities/hello-world/),
[this](https://git-scm.com/book/en/v2), and [this](https://docs.julialang.org/en/stable/stdlib/Pkg/#Developing-packages-1)).
If you need any help, come join our [Gitter](https://gitter.im/JuliaOpt/JuMP-dev)
channel and we will walk you through the process.

Expand All @@ -66,9 +66,9 @@ along the lines of the following:
2. Discuss (in the issue, or on [Gitter](https://gitter.im/JuliaOpt/JuMP-dev))
_before_ spending too much time on it to test the waters first and see if
other contributors are fine with your proposed changes
3. Make your changes locally. (The Julia manual has a [guide](https://docs.julialang.org/en/stable/manual/packages/#Making-changes-to-an-existing-package-1)
3. Make your changes locally. (The Julia manual has a [guide](https://docs.julialang.org/en/stable/stdlib/Pkg/#Developing-packages-1)
on how to do this.) Make sure you:
- Follow the [style guide](http://www.juliaopt.org/JuMP.jl/latest/style.html)
- Follow the [style guide](https://www.juliaopt.org/JuMP.jl/dev/style/)
- Add tests and documentation for any changes or new features
4. Submit a pull request to Github
5. Update your pull request, responding to any comments
Expand Down

0 comments on commit 5ad5536

Please sign in to comment.