Skip to content

Commit e3a6617

Browse files
aronisstavkostis
authored andcommitted
Fix links in README.md and overview.edoc (#175)
* Fix links * Fix link to repository
1 parent ecf7070 commit e3a6617

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Where to go from here
131131
---------------------
132132
133133
To get started on using PropEr, see the tutorials and testing tips provided on
134-
[PropEr's home page](http://proper.softlab.ntua.gr). On the same site you can
134+
[PropEr's home page](http://proper-testing.github.io). On the same site you can
135135
find a copy of PropEr's API documentation (you can also build this from source
136136
if you prefer, by running `make doc`), as well as links to more resources on
137137
property-based testing.

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This is the source for PropEr's overview page.
2828

2929
@doc This is PropEr's Reference Manual. If you are new to PropEr, you should
3030
first read the User Guide (available online at
31-
<a href="http://proper.softlab.ntua.gr/" target="_top">PropEr's website</a>,
31+
<a href="http://proper-testing.github.io" target="_top">PropEr's website</a>,
3232
and also in PropEr's README file). The bulk of the PropEr API is contained in
3333
the documentation for the following modules:
3434

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ defmodule Proper.Mixfile do
2525
[files: ~w(src include rebar.config configure Makefile COPYING README.md THANKS check_escripts.sh clean_doc.sh clean_temp.sh mix.exs),
2626
maintainers: ["Manolis Papadakis", "Eirini Arvaniti", "Kostis Sagonas"],
2727
licenses: ["GPL"],
28-
links: %{"GitHub" => "https://github.com/manopapad/proper"}]
28+
links: %{"GitHub" => "https://github.com/proper-testing/proper"}]
2929
end
3030
end

0 commit comments

Comments
 (0)