Skip to content

Commit cef2e06

Browse files
committed
Direct students to Bridge Foundry Discourse forum for help.
1 parent aecfbdd commit cef2e06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/doc_page.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def body_content
114114

115115
footer {
116116
p do
117-
text "Going through this curriculum on your own? Get help at "
118-
a "Code Newbie", href: "http://discourse.codenewbie.org/t/railsbridge-curriculum-questions/594/4"
117+
text "Going through this curriculum on your own? Get help on "
118+
a "our Discourse forum", href: "http://discourse.bridgefoundry.org/c/railsbridge-help", target: "_blank"
119119
text ", where RailsBridge volunteers can answer your questions."
120120
end
121121
p do

sites/en/docs/docs.step

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
message <<MARKDOWN
22
This site is maintained by RailsBridge volunteers. If you find something that could be improved, please make a [pull request](https://github.com/railsbridge/docs) or [drop us a note](https://github.com/railsbridge/docs/issues/new) via GitHub Issues (no technical knowledge required).
3+
4+
Going through this curriculum on your own? You can get help on <a href="http://discourse.bridgefoundry.org/c/railsbridge-help" target="_blank">our Discourse forum</a>. (Volunteers to answer questions always needed, too!)
35
MARKDOWN
46

57
h1 'Setup'

0 commit comments

Comments
 (0)