You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/07/07 09:41:16 UTC

[3/4] brooklyn-docs git commit: Updated src repo link

Updated src repo link


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/2c6629e7
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/2c6629e7
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/2c6629e7

Branch: refs/heads/master
Commit: 2c6629e719876ad14d6feb51543db1fd4b07e80a
Parents: e2fd79b
Author: Duncan Godwin <du...@cloudsoftcorp.com>
Authored: Thu Jul 7 10:40:02 2016 +0100
Committer: Duncan Godwin <du...@cloudsoftcorp.com>
Committed: Thu Jul 7 10:40:02 2016 +0100

----------------------------------------------------------------------
 _includes/java_link.html      | 4 ++--
 _plugins/brooklyn_metadata.rb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/2c6629e7/_includes/java_link.html
----------------------------------------------------------------------
diff --git a/_includes/java_link.html b/_includes/java_link.html
index 9411877..4461f37 100644
--- a/_includes/java_link.html
+++ b/_includes/java_link.html
@@ -8,8 +8,8 @@ usage:
 
 
 {% endcomment %}{% if include.project_subpath %}<code>{{ include.class_name }}</code>
-  (<a href="{{ site.path.guide }}/misc/javadoc/{{ include.package_path }}/{{ include.class_name }}.html">javadoc</a>, 
-   <a href="{{ site.brooklyn.url.git }}/{{ include.project_subpath }}/src/main/java/{{ include.package_path }}/{{ include.class_name }}.java">src</a>){% comment %}
+  ({% comment %}<a href="{{ site.path.guide }}/misc/javadoc/{{ include.package_path }}/{{ include.class_name }}.html">javadoc</a>, 
+  {% endcomment %}<a href="{{ site.brooklyn.url.git }}/{{ include.project_subpath }}/src/main/java/{{ include.package_path }}/{{ include.class_name }}.java">src</a>){% comment %}
 {% endcomment %}{% else %}<a href="{{ site.path.guide }}/misc/javadoc/{{ include.package_path }}/{{ include.class_name }}.html">
 <code>{{ include.class_name }}</code></a>
 {% endif %}{% comment %}

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/2c6629e7/_plugins/brooklyn_metadata.rb
----------------------------------------------------------------------
diff --git a/_plugins/brooklyn_metadata.rb b/_plugins/brooklyn_metadata.rb
index 7bbdc6f..c210c3d 100644
--- a/_plugins/brooklyn_metadata.rb
+++ b/_plugins/brooklyn_metadata.rb
@@ -44,7 +44,7 @@ module BrooklynMetadata
         }
       end
       
-      url_set["git"] = "https://github.com/apache/brooklyn/tree/#{ git_branch }"
+      url_set["git"] = "https://github.com/apache/brooklyn-server/tree/#{ git_branch }"
       
       site.config['brooklyn'] = {
           "version" => BrooklynMetadata::BROOKLYN_VERSION,