Skip to content

Commit

Permalink
Change links back to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
pvorb committed Oct 3, 2016
1 parent 7851d4b commit 7e6e47d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ model.
- Unit tests
- Build automation via GitLab CI

[Unreleased]: https://gitlab.com/pvorb/platon/compare/v0.1.0...HEAD
[0.1.0]: https://gitlab.com/pvorb/platon/compare/5c5470ae...v0.1.0
[Unreleased]: https://github.com/pvorb/platon/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/pvorb/platon/compare/5c5470ae...v0.1.0
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

## Filing bugs

- **Ensure the bug was not already reported** by searching existing [issues](https://gitlab.com/pvorb/platon/issues).
- **Ensure the bug was not already reported** by searching existing [issues](https://github.com/pvorb/platon/issues).
- When reporting a new bug, be sure to add the version you are using.

## Contributing features

This project follows the [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/) branching model.

- Please have a look at the list of [approved open issues](https://gitlab.com/pvorb/platon/issues?label_name=approved)
- Please have a look at the list of [approved open issues](https://github.com/pvorb/platon/issues?label_name=approved)
before starting development on a new feature.
- If your feature is not in the list, please open a new issue first where the usefulness of a new feature can be
discussed.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<packaging>jar</packaging>

<name>Platon</name>
<url>https://gitlab.com/pvorb/platon</url>
<url>https://github.com/pvorb/platon</url>
<description>A comment server</description>

<scm>
<connection>scm:git:git://gitlab.com/pvorb/platon.git</connection>
<developerConnection>scm:git:ssh://git@gitlab.com:pvorb/platon.git</developerConnection>
<url>https://gitlab.com/pvorb/platon.git</url>
<connection>scm:git:git://github.com/pvorb/platon.git</connection>
<developerConnection>scm:git:ssh://git@github.com:pvorb/platon.git</developerConnection>
<url>https://github.com/pvorb/platon.git</url>
</scm>

<licenses>
Expand Down

0 comments on commit 7e6e47d

Please sign in to comment.