Skip to content

Commit

Permalink
Fix for deadLink in eiffel-remrem-protocol-interface (#22)
Browse files Browse the repository at this point in the history
Fix for deadLinks in eiffel-remrem-protocol-interface
  • Loading branch information
durga-vasaadi authored and xvinosi-github committed Mar 8, 2019
1 parent 371f55d commit eb933cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.0.1
- Changed Link from http://ericsson.github.io to https://eiffel-community.github.io.

## 1.0.0
- Upgraded eiffel-remrem-parent version from 0.0.8 to 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

The Eiffel Remrem Protocol Interface is the interface for the Eiffel Remrem Semantics (https://github.com/eiffel-community/eiffel-remrem-semantics).

It is provided with the purpose that anyone should be able to create their own Eiffel Semantics library to use for Remrem. Further documentation is provided at the following link: [http://ericsson.github.io/eiffel-remrem-protocol-interface/](http://ericsson.github.io/eiffel-remrem-protocol-interface/).
It is provided with the purpose that anyone should be able to create their own Eiffel Semantics library to use for Remrem. Further documentation is provided at the following link: [https://eiffel-community.github.io/eiffel-remrem-protocol-interface/](https://eiffel-community.github.io/eiffel-remrem-protocol-interface/)

# About this repository
The contents of this repository are licensed under the [Apache License 2.0](./LICENSE).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>1.0.0</version>
</parent>
<artifactId>eiffel-remrem-protocol-interface</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<repositories>
<repository>
<id>jitpack.io</id>
Expand Down

0 comments on commit eb933cb

Please sign in to comment.