Fix #319 download link for 3.0 documentation bundle.

This commit is contained in:
gitpitch 2020-11-06 08:52:49 +00:00
parent 11e12e124a
commit 5c51f3d3a6

View File

@ -2,4 +2,11 @@
GitPitch 4.0 is the [current release](/whats-new-in-40.md). GitPitch 4.0 is the [current release](/whats-new-in-40.md).
Support for GitPitch 3.0 has ended. For now the 3.0 documentation is still available [here](https://gitpitch.com/docs-30.zip). Support for GitPitch 3.0 has ended. For now the 3.0 documentation is still available [here](https://gitpitch.com/3.0/docs-30.zip). After downloading the 3.0 documentation bundle you can view the docs under a local web server. For example:
```sh
$ unzip docs-30.zip
$ cd gitpitch-docs
$ python -m http.server
```