Skip to content

Commit

Permalink
Fix broken link in README.md (#329)
Browse files Browse the repository at this point in the history
The url of Julia v0.3 documentation has been changed to https://docs.julialang.org/en/v0.3/stdlib/graphics/. (release-0.3 --> v0.3)
This changes the reference from Base.Graphics to Graphics.jl, although the documentation for Graphics.jl is still incomplete.
  • Loading branch information
kimikage committed Aug 2, 2020
1 parent 0b7edfe commit 0e8323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,6 +6,6 @@

Adaptation to [Cairo](https://www.cairographics.org/), a 2D graphics library with support for multiple output devices.

Some of the functions implemented by this wrapper may be documented in [Base.Graphics](http://docs.julialang.org/en/release-0.3/stdlib/graphics/).
Some of the functions implemented by this wrapper may be documented in [Graphics.jl](https://juliagraphics.github.io/Graphics.jl/stable/).

There is an extensive set of [examples](samples/Samples.md).

0 comments on commit 0e8323f

Please sign in to comment.