Skip to content

Commit eb933cb

Browse files
durga-vasaadixvinosi-github
authored andcommitted
Fix for deadLink in eiffel-remrem-protocol-interface (#22)
Fix for deadLinks in eiffel-remrem-protocol-interface
1 parent 371f55d commit eb933cb

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.0.1
2+
- Changed Link from http://ericsson.github.io to https://eiffel-community.github.io.
3+
14
## 1.0.0
25
- Upgraded eiffel-remrem-parent version from 0.0.8 to 1.0.0
36

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

28-
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/).
28+
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/)
2929

3030
# About this repository
3131
The contents of this repository are licensed under the [Apache License 2.0](./LICENSE).

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>1.0.0</version>
1010
</parent>
1111
<artifactId>eiffel-remrem-protocol-interface</artifactId>
12-
<version>1.0.0</version>
12+
<version>1.0.1</version>
1313
<repositories>
1414
<repository>
1515
<id>jitpack.io</id>

0 commit comments

Comments
 (0)