Skip to content

Commit 8fb60f7

Browse files
Updated dead links and year in copyright notices
1 parent 82e5212 commit 8fb60f7

4 files changed

Lines changed: 12 additions & 15 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ This website is partially based on OpalRb.com by _Adam Beynon_.
1414

1515
### Translations
1616
Spanish translation by _Jesus Gabriel y Galan_ & _Pablo García_
17-
Dutch translation by _Ivo Herweijer_
18-
Brazilian Portuguese translation by [_Ricardo da Verdade Silva_](https://github.com/ricardovsilva)<br>
19-
Japanese translation by _Koji Shimada_ & _Masayoshi Takahashi_
20-
Russian translation by [_Alexander Nikolaev_](https://github.com/startaper)<br>
17+
Dutch translation by [_Ivo Herweijer_](https://github.com/easydatawarehousing)
18+
Brazilian Portuguese translation by [_Ricardo da Verdade Silva_](https://github.com/ricardovsilva)
19+
Japanese translation by _Koji Shimada_ & _Masayoshi Takahashi_
20+
Russian translation by [_Alexander Nikolaev_](https://github.com/startaper)
2121

2222
Suggestions to improve translations are welcome.
2323
If you submit a pull request updating a translation please
@@ -48,7 +48,7 @@ Then visit `http://localhost:4567`.
4848
$ bundle exec rake publish
4949

5050
Git branch 'gh-pages' now holds the publishable version of TryRuby, accessible
51-
via [easydatawarehousing.github.io/TryRuby/](https://easydatawarehousing.github.io/TryRuby/).
51+
via [ruby.github.io/TryRuby/](https://ruby.github.io/TryRuby/).
5252

5353
A [fork](https://github.com/ruby/TryRuby) of this repository is used for the website
5454
that [Ruby-lang.org](https://www.ruby-lang.org) links to.
@@ -57,12 +57,12 @@ that [Ruby-lang.org](https://www.ruby-lang.org) links to.
5757
When adding a new translation: see the README file in /translations.
5858

5959
## Why
60-
See the website [try-ruby-version-4](https://easydatawarehousing.github.io/TryRuby/articles/try-ruby-version-4/)
60+
See the website [try-ruby-version-4](https://ruby.github.io/TryRuby/articles/try-ruby-version-4/)
6161
for more background information on how and why this website was created.
6262

6363
## The MIT License
6464

65-
Copyright (C) 2014-2018 Ivo Herweijer
65+
Copyright (C) 2014-2019 Ivo Herweijer
6666

6767
Permission is hereby granted, free of charge, to any person obtaining a copy
6868
of this software and associated documentation files (the "Software"), to deal

source/about.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: Ivo Herweijer
66

77
### The MIT License
88

9-
Copyright (C) 2014-2018 Ivo Herweijer
9+
Copyright (C) 2014-2019 Ivo Herweijer
1010

1111
Permission is hereby granted, free of charge, to any person obtaining a copy
1212
of this software and associated documentation files (the "Software"), to deal
@@ -55,10 +55,10 @@ You can find the privacy statement for the webserver this site is hosted on
5555
### Source code
5656

5757
All source code for TryRuby (this website) is available on
58-
<a href="https://github.com/easydatawarehousing/tryruby" target="_blank">GitHub</a>.
58+
<a href="https://github.com/ruby/tryruby" target="_blank">GitHub</a>.
5959

6060
### Contact
6161

6262
This website was created by Ivo Herweijer. I am a software developer and
6363
live The Netherlands. You can contact me via
64-
<a href="https://github.com/easydatawarehousing/TryRuby/issues" target="_blank">GitHub</a>.
64+
<a href="https://github.com/ruby/TryRuby/issues" target="_blank">GitHub</a>.

source/articles/2015-01-01-try-ruby-version-4.html.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ the lucky stiff', a.k.a. \_Why. You can read more about him on
1212
<a href="http://en.wikipedia.org/wiki/Why_the_lucky_stiff" target="_blank">Wikipedia</a>.
1313

1414
\_Why doesn't exist anymore, but TryRuby lives on. It was first recreated by Andrew McElroy
15-
and David Miani. Next Eric Allam and Nick Walsh took over (Codeschool/EnvyLabs,
16-
available via <a href="http://tryruby.org/" target="_blank">TryRuby.org</a>).
15+
and David Miani. Next Eric Allam and Nick Walsh took over (Codeschool/EnvyLabs).
1716

1817
### Why_
1918
This fourth iteration of TryRuby was created for several reasons.

source/articles/2015-01-02-testing.html.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ be. In other words what does the client, paying your bills, want.
6565
This involves the client and the developer speaking the same language. A language also known as
6666
plain English. BDD uses a fixed layout to write down _user stories_.
6767

68-
Here is an example copied from the
69-
<a href="https://github.com/cucumber/cucumber/wiki/Background" target="_blank">Cucumber</a>
70-
documentation:
68+
Here is an example from <a href="https://docs.cucumber.io/" target="_blank">Cucumber</a>:
7169

7270
> __Feature:__ Multiple site support
7371
> &nbsp;&nbsp;__As a__ Mephisto site owner

0 commit comments

Comments
 (0)