Skip to content

Commit c3062ea

Browse files
committed
Update references to branch names
1 parent 609b36f commit c3062ea

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ Full changes: <https://github.com/Decompollaborate/mapfile_parser/compare/702a73
663663

664664
- Initial release
665665

666-
[unreleased]: https://github.com/Decompollaborate/mapfile_parser/compare/master...develop
666+
[unreleased]: https://github.com/Decompollaborate/mapfile_parser/compare/2.11.0...HEAD
667667
[2.11.0]: https://github.com/Decompollaborate/mapfile_parser/compare/2.10.0...2.11.0
668668
[2.10.0]: https://github.com/Decompollaborate/mapfile_parser/compare/2.9.4...2.10.0
669669
[2.9.4]: https://github.com/Decompollaborate/mapfile_parser/compare/2.9.3...2.9.4

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ mapfile_parser>=2.11.0,<3.0.0
4141

4242
#### Development version
4343

44-
The unstable development version is located at the [develop](https://github.com/Decompollaborate/mapfile_parser/tree/develop)
45-
branch. PRs should be made into that branch instead of the main one.
44+
The unstable development version is located at the
45+
[2.x](https://github.com/Decompollaborate/mapfile_parser/tree/2.x) branch.
4646

4747
The recommended way to install a locally cloned repo is by passing the `-e`
4848
(editable) flag to `pip`.
@@ -52,11 +52,11 @@ python3 -m pip install -e .
5252
```
5353

5454
In case you want to mess with the latest development version without wanting to
55-
clone the repository, then you could use the following command:
55+
clone the repository, you could use the following command:
5656

5757
```bash
5858
python3 -m pip uninstall mapfile_parser
59-
python3 -m pip install git+https://github.com/Decompollaborate/mapfile_parser.git@develop
59+
python3 -m pip install git+https://github.com/Decompollaborate/mapfile_parser.git@2.x
6060
```
6161

6262
NOTE: Installing the development version is not recommended unless you know what

0 commit comments

Comments
 (0)