Skip to content

Revert "Fix docs.strongloop.com URLs" #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions LoopbackGuideApplication/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<p>For more technical insights, check out LoopBack on GitHub:</p>
<p><a href="https://github.com/strongloop/loopback">github.com/strongloop/loopback</a></p>
<p>and our extended documentation:</p>
<p><a href="http://docs.strongloop.com/display/DOC/LoopBack">
docs.strongloop.com/display/DOC/loopback</a></p>
<p><a href="http://docs.strongloop.com/loopback">docs.strongloop.com/loopback</a></p>
<p>To keep coding, poke around the Android project. For instance,
have a look at the way the app shares a single instance of <tt>RestAdapter</tt>
through <tt>GuideApplication</tt>, or read through more of the comments
Expand Down
3 changes: 1 addition & 2 deletions LoopbackGuideSkeleton/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
<p>For more technical insights, check out LoopBack on GitHub:</p>
<p><a href="https://github.com/strongloop/loopback">github.com/strongloop/loopback</a></p>
<p>and our extended documentation:</p>
<p><a href="http://docs.strongloop.com/display/DOC/LoopBack">
docs.strongloop.com/display/DOC/LoopBack</a></p>
<p><a href="http://docs.strongloop.com/loopback">docs.strongloop.com/loopback</a></p>
<p>To keep coding, poke around the Android project. For instance,
have a look at the way the app shares a single instance of <tt>RestAdapter</tt>
through <tt>GuideApplication</tt>, or read through more of the comments
Expand Down