You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/05/30 09:04:12 UTC

svn commit: r1487770 - in /isis/site/trunk/content: contributors/release-process.md core/deployment-type.md download.md learning-more/common-use-cases.md other/about.md

Author: danhaywood
Date: Thu May 30 07:04:11 2013
New Revision: 1487770

URL: http://svn.apache.org/r1487770
Log:
more fixing links

Modified:
    isis/site/trunk/content/contributors/release-process.md
    isis/site/trunk/content/core/deployment-type.md
    isis/site/trunk/content/download.md
    isis/site/trunk/content/learning-more/common-use-cases.md
    isis/site/trunk/content/other/about.md

Modified: isis/site/trunk/content/contributors/release-process.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/release-process.md?rev=1487770&r1=1487769&r2=1487770&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Thu May 30 07:04:11 2013
@@ -877,7 +877,7 @@ Update the Isis CMS website:
 
 And once the release has been approved:
 
-* Update the [download page](../download.html) with a link to the source release zip file (under [http://dist.apache.org/repos/dist/release/isis](http://dist.apache.org/repos/dist/release/isis))
+* Update the [download page](../download.html) with a link to the source release zip file (under [https://dist.apache.org/repos/dist/release/isis](https://dist.apache.org/repos/dist/release/isis))
 
 * The [DOAP RDF](../doap_isis.rdf) file (which provides a machine-parseable description of the project) should also be updated with details of the new release.  Validate using the [W3C RDF Validator](http://www.w3.org/RDF/Validator/) service.
 

Modified: isis/site/trunk/content/core/deployment-type.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/deployment-type.md?rev=1487770&r1=1487769&r2=1487770&view=diff
==============================================================================
--- isis/site/trunk/content/core/deployment-type.md (original)
+++ isis/site/trunk/content/core/deployment-type.md Thu May 30 07:04:11 2013
@@ -43,8 +43,8 @@ UNIT_TESTING<br/>
 SINGLE_USER</td>
     <td><a href="../components/security/file/about.html">File-based</a></td>
     <td><a href="../components/security/file/about.html">File-based</a></td>
-    <td><a href="../components/objectstore/xml/about.html">XML</a></td>
-    <td><a href="../components/profilestore/xml/about.html">XML</a></td>
+    <td><a href="../components/objectstores/xml/about.html">XML</a></td>
+    <td><a href="../components/profilestores/xml/about.html">XML</a></td>
     <td>Not visible</td>
     <td>Not visible</td>
 </tr>

Modified: isis/site/trunk/content/download.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/download.md?rev=1487770&r1=1487769&r2=1487770&view=diff
==============================================================================
--- isis/site/trunk/content/download.md (original)
+++ isis/site/trunk/content/download.md Thu May 30 07:04:11 2013
@@ -35,7 +35,7 @@ the PGP or MD5 signatures.  For more inf
 why we do it, check out the
 [Release Signing FAQ](http://www.apache.org/dev/release-signing.html).
 
-The PGP signatures can be verified using PGP or GPG.  First download the [KEYS](https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=blob_plain;f=KEYS;hb=master) as well as the asc signature file for the artifact.  Make sure you get these files from the [main distribution directory](http://dist.apache.org/repos/dist/release/isis/), rather than from a mirror.
+The PGP signatures can be verified using PGP or GPG.  First download the [KEYS](https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=blob_plain;f=KEYS;hb=master) as well as the asc signature file for the artifact.  Make sure you get these files from the [main distribution directory](https://dist.apache.org/repos/dist/release/isis/), rather than from a mirror.
 
 Then verify the signatures using:
 

Modified: isis/site/trunk/content/learning-more/common-use-cases.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/learning-more/common-use-cases.md?rev=1487770&r1=1487769&r2=1487770&view=diff
==============================================================================
--- isis/site/trunk/content/learning-more/common-use-cases.md (original)
+++ isis/site/trunk/content/learning-more/common-use-cases.md Thu May 30 07:04:11 2013
@@ -32,7 +32,7 @@ Deploying on Isis means that the framewo
 
 REST (Representation State Transfer) is an architectural style for building highly scalable distributed systems, using the same principles as the World Wide Web. Many commercial web APIs (twitter, facebook, Amazon) are implemented as either pure REST APIs or some approximation therein.
 
-The [Restful Objects specification](http://restfulobjects.org) defines a means by a domain object model can be exposed as RESTful resources using JSON representations over HTTP.  Isis' [RestfulObjects viewer](../viewers/restfulobjects/about.html) is an implementation of that spec, making any Isis domain object automatically available via REST.
+The [Restful Objects specification](http://restfulobjects.org) defines a means by a domain object model can be exposed as RESTful resources using JSON representations over HTTP.  Isis' [RestfulObjects viewer](../components/viewers/restfulobjects/about.html) is an implementation of that spec, making any Isis domain object automatically available via REST.
 
 There are two main use cases for deploying Isis as a RESTful web service are:
 

Modified: isis/site/trunk/content/other/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/other/about.md?rev=1487770&r1=1487769&r2=1487770&view=diff
==============================================================================
--- isis/site/trunk/content/other/about.md (original)
+++ isis/site/trunk/content/other/about.md Thu May 30 07:04:11 2013
@@ -1,6 +1,6 @@
 Title: Other Topics
 
-- [Maven Plugin](maven-plugins.html) [stub]
+- [Maven Plugin](maven-plugin.html) [stub]
 - [Eclipse IDE Plugin](eclipse-plugin.html) [stub]
 <!--
 - [DSL](dsl.html)