Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix generate.fsx link #454

Merged
merged 1 commit into from
Feb 4, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The library is used by a number of F# projects. Most prominently, the [F# snippe
uses it to format snippets shared by the F# community. The following sample scripts use the library to generate
documentation and might be a useful inspiration:

* [The `generate.fsx` script](https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/docs/tools/generate.template) in `FSharp.ProjectScaffold` shows a recommended way for adding F# Formatting docs to your project.
* [The `generate.fsx` script](https://github.com/fsprojects/FSharp.ProjectScaffold/blob/master/docsrc/tools/generate.template) in `FSharp.ProjectScaffold` shows a recommended way for adding F# Formatting docs to your project.

## Library license

Expand Down