Browse Source

Adjust the location of the link to be GH only

Greg Turnquist 8 years ago
parent
commit
ff34f35a9e
No account linked to committer's email
1 changed files with 1 additions and 7 deletions
  1. 1
    7
      README.adoc

+ 1
- 7
README.adoc View File

1
 ---
1
 ---
2
 tags: [rest]
2
 tags: [rest]
3
 projects: [spring-framework]
3
 projects: [spring-framework]
4
+experimental: Try the code inside your browser -> image:http://beta.codenvy.com/factory/resources/codenvy-contribute.svg["Codenvy Developer Workspace", link="http://beta.codenvy.com/f?id=9fq0busbm3tz7i8c"]
4
 ---
5
 ---
5
 :spring_version: current
6
 :spring_version: current
6
 :toc:
7
 :toc:
10
 :icons: font
11
 :icons: font
11
 :source-highlighter: prettify
12
 :source-highlighter: prettify
12
 
13
 
13
-image:http://beta.codenvy.com/factory/resources/codenvy-contribute.svg["Codenvy Developer Workspace", link="http://beta.codenvy.com/f?id=9fq0busbm3tz7i8c"]
14
-
15
-
16
 This guide walks you through the process of creating a "hello world" link:/understanding/REST[RESTful web service] with Spring.
14
 This guide walks you through the process of creating a "hello world" link:/understanding/REST[RESTful web service] with Spring.
17
 
15
 
18
 == What you'll build
16
 == What you'll build
49
 :java_version: 1.8
47
 :java_version: 1.8
50
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
48
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/prereq_editor_jdk_buildtools.adoc[]
51
 
49
 
52
-or
53
-
54
-* Just click the http://beta.codenvy.com/f?id=9fq0busbm3tz7i8c[link at the top of the guide], and you can work with this guide's code inside your browser. 
55
-
56
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
50
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
57
 
51
 
58
 
52