You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ev...@apache.org on 2014/03/31 23:05:18 UTC

git commit: Updated broken links and license info

Repository: jclouds-examples
Updated Branches:
  refs/heads/master 40da9b478 -> 3f6a2892f


Updated broken links and license info


Project: http://git-wip-us.apache.org/repos/asf/jclouds-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-examples/commit/3f6a2892
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-examples/tree/3f6a2892
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-examples/diff/3f6a2892

Branch: refs/heads/master
Commit: 3f6a2892fdd72039c241b9ea8c1ba383cef87bc8
Parents: 40da9b4
Author: Jeremy Daggett <je...@rackspace.com>
Authored: Thu Mar 27 14:10:35 2014 -0700
Committer: Everett Toews <ev...@rackspace.com>
Committed: Mon Mar 31 16:05:11 2014 -0500

----------------------------------------------------------------------
 README.md | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-examples/blob/3f6a2892/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 89b8952..f93e6e5 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ This repository contains various examples of using
     </tr>
     <tr>
       <td><a href="compute-basics/">Compute Basics (Java)</a></td>
-      <td>Example code to add nodes to a group and execute commands on them using the portable <a href="http://www.jclouds.org/documentation/userguide/compute/">ComputeService API</a></td>
+      <td>Example code to add nodes to a group and execute commands on them using the portable <a href="http://jclouds.apache.org/start/compute/">ComputeService API</a></td>
     </tr>
     <tr>
       <td><a href="compute-clojure/">Compute Basics (Clojure)</a></td>
@@ -20,19 +20,19 @@ This repository contains various examples of using
     </tr>
     <tr>
       <td><a href="minecraft-compute/">Start a Minecraft Server (Java)</a></td>
-      <td>Example code to add nodes to a group and start Minecraft servers on them using the portable <a href="http://www.jclouds.org/documentation/userguide/compute/">ComputeService API</a></td>
+      <td>Example code to add nodes to a group and start Minecraft servers on them using the portable <a href="http://jclouds.apache.org/start/compute/">ComputeService API</a></td>
     </tr>
     <tr>
       <td><a href="blobstore-basics/">BlobStore Basics (Java)</a></td>
-      <td>Example code to create a container, blob, and list your blobs using the portable <a href="http://www.jclouds.org/documentation/userguide/blobstore-guide/">BlobStore API</a></td>
+      <td>Example code to create a container, blob, and list your blobs using the portable <a href="http://jclouds.apache.org/start/blobstore/">BlobStore API</a></td>
     </tr>
     <tr>
       <td><a href="blobstore-clojure/">BlobStore Basics (Clojure)</a></td>
-      <td>Example code to create a container, and list your containers using the portable <a href="https://github.com/jclouds/jclouds/blob/master/blobstore/src/main/clojure/org/jclouds/blobstore2.clj">blobstore2 functions</a></td>
+      <td>Example code using <a href="https://github.com/jclouds/jclouds/blob/master/blobstore/src/main/clojure/org/jclouds/blobstore2.clj">blobstore2</a> to create a container, and list your containers.</a></td>
     </tr>
     <tr>
       <td><a href="blobstore-scala-filesystem/">BlobStore Basics (Scala)</a></td>
-      <td>Example code to create a container and blob using the filesystem <a href="http://jclouds.apache.org/documentation/userguide/blobstore-guide/">BlobStore API</a></td>
+      <td>Example code to create a container and blob using the filesystem <a href="http://jclouds.apache.org/start/blobstore/">BlobStore API</a></td>
     </tr>
     <tr>
       <td><a href="blobstore-karaf-shell">BlobStore via Karaf Shell</a></td>
@@ -40,11 +40,11 @@ This repository contains various examples of using
     </tr>
     <tr>
       <td><a href="ec2-computeservice-spot/">Use EC2 Extensions in ComputeService (Java)</a></td>
-      <td>Example code to create a spot instance on <a href="http://www.jclouds.org/documentation/userguide/using-ec2/">EC2</a> using <a href="http://www.jclouds.org/documentation/userguide/compute/">ComputeService API</a> extensions</td>
+      <td>Example code to create a spot instance on <a href="http://jclouds.apache.org/guides/aws-ec2/">EC2</a> using <a href="http://jclouds.apache.org/start/compute/">ComputeService API</a> extensions</td>
     </tr>
     <tr>
       <td><a href="ec2-createlamp/">EC2 Create LAMP (Java)</a></td>
-      <td>Example code to create a LAMP server on <a href="http://www.jclouds.org/documentation/userguide/using-ec2/">EC2</a> using the provider-specific EC2Client</td>
+      <td>Example code to create a LAMP server on <a href="http://jclouds.apache.org/guides/aws-ec2/">EC2</a> using the provider-specific EC2Client</td>
     </tr>
     <tr>
       <td><a href="deploy-war-via-ant/">Deploy a webapp (ant)</a></td>
@@ -52,7 +52,7 @@ This repository contains various examples of using
     </tr>
     <tr>
       <td><a href="blobstore-largeblob/">Large Blob support (Java)</a></td>
-      <td>Example code to create a container and use a parallel strategy to upload a large blob, the portable <a href="http://www.jclouds.org/documentation/userguide/blobstore-guide/">BlobStore API</a></td>
+      <td>Example code to create a container and use a parallel strategy to upload a large blob, the portable <a href="http://jclouds.apache.org/start/blobstore/">BlobStore API</a></td>
     </tr>
     <tr>
       <td><a href="camel-notifications/">Camel notifications</a></td>
@@ -60,7 +60,7 @@ This repository contains various examples of using
     </tr>
     <tr>
       <td><a href="rackspace/">Rackspace (Java)</a></td>
-      <td>Example code that uses jclouds to perform common tasks on the <a href="http://www.jclouds.org/documentation/quickstart/rackspace/">Rackspace Cloud</a>.</td>
+      <td>Example code that uses jclouds to perform common tasks on the <a href="http://jclouds.apache.org/guides/rackspace/">Rackspace Cloud</a>.</td>
     </tr>
     <tr>
       <td><a href="chef-basics/">Chef Basics (Java)</a></td>
@@ -73,6 +73,6 @@ This repository contains various examples of using
 
 ## License
 
-Copyright (C) 2011 Cloud Conscious, LLC. <in...@cloudconscious.com>
+Copyright (C) 2009-2014 The Apache Software Foundation
 
 Licensed under the Apache License, Version 2.0