Skip to content

Commit 562fbd5

Browse files
committed
Update sample app and Help page URLs
1 parent 3dc903f commit 562fbd5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

HELP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This is the Help page for the [*Ruby on Rails Tutorial*](https://www.railstutori
44

55
## General suggestions
66

7-
Web development is a tricky business, and despite our collective best efforts it’s likely that you’ll run into trouble at some point. If you do, I suggest comparing your code to the [reference implementation of the sample app](https://github.com/learnenough/sample_app_7th_ed) to track down any discrepancies. You can also post your question at [Stack Overflow](https://stackoverflow.com/), but I suggest you do so after trying all the debugging tips listed below.
7+
Web development is a tricky business, and despite our collective best efforts it’s likely that you’ll run into trouble at some point. If you do, I suggest comparing your code to the [reference implementation of the sample app](https://github.com/learnenough/rails_tutorial_sample_app_7th_ed) to track down any discrepancies. You can also post your question at [Stack Overflow](https://stackoverflow.com/), but I suggest you do so after trying all the debugging tips listed below.
88

99
## Debugging tips
1010

1111
While it’s impossible to anticipate every potential problem, here are
1212
some debugging tips that might help:
1313

14-
- Have you compared your code to the [reference implementation of the sample app](https://github.com/mhartl/sample_app_7th_ed)?
14+
- Have you compared your code to the [reference implementation of the sample app](https://github.com/mhartl/rails_tutorial_sample_app_7th_ed)?
1515
- Are you using the [exact gem versions](https://gemfiles-7th-ed.railstutorial.org) (including Rails) used in the
1616
tutorial?
1717
- Did you try Googling the error message?
@@ -42,5 +42,5 @@ Raymond](http://www.catb.org/esr/).
4242

4343
## Error reports
4444

45-
Suspected errors, typos, and bugs can be emailed to <support@learnenough.com>. All such reports are gratefully received, but please double-check with the [online version of the tutorial](https://www.railstutorial.org/book) and the [reference implementation](https://github.com/learnenough/sample_app_7th_ed) before submitting.
45+
Suspected errors, typos, and bugs can be emailed to <michael@learnenough.com>. All such reports are gratefully received, but please double-check with the [online version of the tutorial](https://www.railstutorial.org/book) and the [reference implementation](https://github.com/learnenough/rails_tutorial_sample_app_7th_ed) before submitting.
4646

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,6 @@ $ git checkout sign-up
130130

131131
## Help with the Rails Tutoiral
132132

133-
Experience shows that comparing code with the reference app is often helpful for debugging errors and tracking down discrepancies. For additional assistance with any issues in the tutorial, please consult the [Rails Tutorial Help page](https://www.railstutorial.org/help).
133+
Experience shows that comparing code with the reference app is often helpful for debugging errors and tracking down discrepancies. For additional assistance with any issues in the tutorial, please consult the [Rails Tutorial Help page](https://github.com/learnenough/rails_tutorial_sample_app_7th_ed/blob/main/HELP.md).
134134

135-
Suspected errors, typos, and bugs can be emailed to <support@learnenough.com>. All such reports are gratefully received, but please double-check with the [online version of the tutorial](https://www.railstutorial.org/book) and this reference app before submitting.
135+
Suspected errors, typos, and bugs can be emailed to <michael@learnenough.com>. All such reports are gratefully received, but please double-check with the [online version of the tutorial](https://www.railstutorial.org/book) and this reference app before submitting.

0 commit comments

Comments
 (0)