Skip to content

Commit

Permalink
Move user guide references to point to 9.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
anistor committed Apr 28, 2016
1 parent e107b01 commit 7bc8e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-Maven.md
@@ -1,4 +1,4 @@
You can read more about how to build Infinispan using Maven in the documentation: http://infinispan.org/docs/7.0.x/contributing/contributing.html
You can read more about how to build Infinispan using Maven in the documentation: http://infinispan.org/docs/9.0.x/contributing/contributing.html
For convenience you can use the provided maven-settings.xml file which enables all additional repositories required for building Infinispan:

mvn -s maven-settings.xml clean install
Expand Down
Expand Up @@ -63,8 +63,8 @@ <h4>1. Configuration</h4>
subsystem documentation for further details.
</p>
<p>
The REST Server <a target="docs" href="http://infinispan.org/docs/7.2.x/user_guide/user_guide.html#_infinispan_rest_server">chapter</a> in the community
user guide and in the <a href="http://infinispan.org/docs/7.2.x/infinispan_server_guide/infinispan_server_guide.html#_rest">Server guide</a> have more details.
The REST Server <a target="docs" href="http://infinispan.org/docs/9.0.x/user_guide/user_guide.html#_infinispan_rest_server">chapter</a> in the community
user guide and in the <a href="http://infinispan.org/docs/9.0.x/infinispan_server_guide/infinispan_server_guide.html#_rest">Server guide</a> have more details.
</p>

<h4>2. Putting data in</h4>
Expand Down Expand Up @@ -178,7 +178,7 @@ <h6>DELETE /rest/{cacheName}</h6>

<h4>5. Clients</h4>
Any HTTP client will do - from any language. See <a
target="docs" href="http://infinispan.org/docs/7.1.x/user_guide/user_guide.html#_infinispan_rest_server">here</a>
target="docs" href="http://infinispan.org/docs/9.0.x/user_guide/user_guide.html#_infinispan_rest_server">here</a>
for more details.

<h4>6. Deployment</h4>
Expand Down

0 comments on commit 7bc8e0e

Please sign in to comment.