Bladeren bron

Adjust the location of the link to be GH only

Greg Turnquist 8 jaren geleden
bovenliggende
commit
ff34f35a9e
Geen account gekoppeld aan de committers e-mail
1 gewijzigde bestanden met toevoegingen van 1 en 7 verwijderingen
  1. 1
    7
      README.adoc

+ 1
- 7
README.adoc Bestand weergeven

@@ -1,6 +1,7 @@
1 1
 ---
2 2
 tags: [rest]
3 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 6
 :spring_version: current
6 7
 :toc:
@@ -10,9 +11,6 @@ projects: [spring-framework]
10 11
 :icons: font
11 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 14
 This guide walks you through the process of creating a "hello world" link:/understanding/REST[RESTful web service] with Spring.
17 15
 
18 16
 == What you'll build
@@ -49,10 +47,6 @@ The `name` parameter value overrides the default value of "World" and is reflect
49 47
 :java_version: 1.8
50 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 50
 include::https://raw.githubusercontent.com/spring-guides/getting-started-macros/master/how_to_complete_this_guide.adoc[]
57 51
 
58 52