Skip to content

Commit

Permalink
Merge pull request #2454 from jeremyabbott/patch-1
Browse files Browse the repository at this point in the history
Use HTTPS for all links
  • Loading branch information
matthid authored Jan 27, 2020
2 parents 48f0c8b + 218424b commit c3b9a70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Visual Studio or MonoDevelop, which provide syntax highlighting and code complet

The new DSL was designed to be succinct, typed, declarative, extensible and easy to use.

See the [project home page](https://fake.build/) for tutorials and [API documentation](http://fake.build/apidocs/v5/index.html).
See the [project home page](https://fake.build/) for tutorials and [API documentation](https://fake.build/apidocs/v5/index.html).

## Build the project

* Either: Download and install the [Dotnet SDK](https://www.microsoft.com/net/learn/get-started) and run `dotnet tool restore` followed by `dotnet fake build`
* Or: Install FAKE 5 (for example via `choco install fake -pre`) and run `fake build`

> Note: You can find more details on the [contributing page](http://fsharp.github.com/FAKE/contributing.html)
> Note: You can find more details on the [contributing page](https:fake.build/contributing.html)
Make sure to have long path enabled: https://superuser.com/questions/1119883/windows-10-enable-ntfs-long-paths-policy-option-missing
Otherwise the test-suite will fail (However, the compilation should work)
Expand All @@ -29,8 +29,8 @@ Otherwise the test-suite will fail (However, the compilation should work)

## How to contribute code

See the [contributing page](http://fsharp.github.com/FAKE/contributing.html).
See the [contributing page](https:fake.build/contributing.html).

## Maintainers

Although this project is hosted in the [fsharp](https://github.com/fsharp) repository for historical reasons, it is _not_ maintained and managed by the F# Core Engineering Group. The F# Core Engineering Group acknowledges that the independent owner and maintainer of this project is [Steffen Forkmann](http://github.com/forki).
Although this project is hosted in the [fsharp](https://github.com/fsharp) repository for historical reasons, it is _not_ maintained and managed by the F# Core Engineering Group. The F# Core Engineering Group acknowledges that the independent owner and maintainer of this project is [Steffen Forkmann](https://github.com/forki).

0 comments on commit c3b9a70

Please sign in to comment.