Skip to content

Commit

Permalink
Merge pull request #98 from Regent/master
Browse files Browse the repository at this point in the history
Corrected bad links on contributing page
  • Loading branch information
simra committed Oct 29, 2015
2 parents 255c9ce + 023a28f commit 6280587
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ contributing to the F# Charting project.

* This page can be edited by sending a pull request to FSharp.Charting on GitHub, so
if you learn something when playing with F# Charting, please record your
[findings here](https://github.com/fslaborg/FSharp.Charting/blob/master/examples/contributing.md)!
[findings here](https://github.com/fslaborg/FSharp.Charting/blob/master/docs/content/contributing.md)!

* If you want to discuss a feature (a good idea!), or if you want to look at
suggestions how you might contribute, check out the
Expand Down Expand Up @@ -37,16 +37,16 @@ The documentation for the F# Charting library is automatically generated using t
embedded Markdown documentation) to a nice HTML documentation.

* The template for the pages is in the `tools` directory
[on GitHub](https://github.com/fslaborg/FSharp.Charting/tree/master/tools).
[on GitHub](https://github.com/fslaborg/FSharp.Charting/tree/master/docs/tools).

* The code for all the documents (including this one) can be found in the `examples` directory
[on GitHub](https://github.com/fslaborg/FSharp.Charting/tree/master/examples). If you
[on GitHub](https://github.com/fslaborg/FSharp.Charting/tree/master/docs/content). If you
find a bug or add a new feature, make sure you document it!

* Images are not automatically generated - just use 'Save Image As' on a chart and add the PNG to the `images` folder.

* If you want to build the documentation, simply run the `build.fsx` script
([GitHub link](https://github.com/fslaborg/FSharp.Charting/blob/master/tools/build.fsx)) which
([GitHub link](https://github.com/fslaborg/FSharp.Charting/blob/master/docs/tools/generate.fsx)) which
builds the documentation.

* The final documentation will be pushed to the `gh-pages` branch by the maintainers of the `fsharp`
Expand Down

0 comments on commit 6280587

Please sign in to comment.