Skip to content

Commit

Permalink
Fix broken link in README.md
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 authored Jul 28, 2020
1 parent 0b7edfe commit 99ebeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 99ebeaf

Please sign in to comment.