Skip to content

Commit

Permalink
Update outdated links in the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenpi committed Aug 1, 2018
1 parent e47073d commit 1c3383f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/src/man/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Packages that have tagged versions available in `METADATA.jl`.
- [POMDPs.jl](http://juliapomdp.github.io/POMDPs.jl/latest/)
- [PhyloNetworks.jl](http://crsl4.github.io/PhyloNetworks.jl/latest/)
- [PrivateModules.jl](https://michaelhatherly.github.io/PrivateModules.jl/latest/)
- [Query.jl](http://www.david-anthoff.com/Query.jl/stable/)
- [Query.jl](http://www.queryverse.org/Query.jl/stable/)
- [TaylorSeries.jl](http://www.juliadiff.org/TaylorSeries.jl/latest/)
- [Weave.jl](http://weavejl.mpastell.com/stable/)

Expand Down
2 changes: 1 addition & 1 deletion docs/src/man/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ not supported for `@index`.
Documenter produces a set of Markdown files, which then have to be converted into a
user-readable format for distribution.
While in principle any Markdown parser would do (as long as it supports the required
Markdown extensions), the Python-based [MkDocs](http://www.mkdocs.org/) is usually used
Markdown extensions), the Python-based [MkDocs](https://www.mkdocs.org/) is usually used
to convert the Markdown files into a set of HTML pages.
See [Hosting Documentation](@ref) for further information on configuring MkDocs for Documenter.

Expand Down
4 changes: 2 additions & 2 deletions docs/src/man/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ This will deploy the docs from the OSX Julia nightly Travis build bot.

The keyword `deps` serves to provide the required dependencies to deploy
the documentation. In the example above we include the dependencies
[mkdocs](http://www.mkdocs.org)
[mkdocs](https://www.mkdocs.org)
and [`python-markdown-math`](https://github.com/mitya57/python-markdown-math).
The former makes sure that MkDocs is installed to deploy the documentation,
and the latter provides the `mdx_math` markdown extension to exploit MathJax
Expand All @@ -160,7 +160,7 @@ See the [`deploydocs`](@ref) function documentation for more details.

## The MkDocs `mkdocs.yml` File

We'll be using [MkDocs](http://www.mkdocs.org) to convert the markdown files generated by
We'll be using [MkDocs](https://www.mkdocs.org) to convert the markdown files generated by
Documenter to HTML. (This, of course, is not the only option you have for this step. Any
markdown to HTML converter should work fine with some amount of setting up.)

Expand Down

0 comments on commit 1c3383f

Please sign in to comment.