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

[2/3] incubator-brooklyn git commit: Fix links in docs

Fix links in docs

Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4ff0111a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4ff0111a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4ff0111a

Branch: refs/heads/master
Commit: 4ff0111aff7315ab3b0ab0a1676cfd722d5d8b75
Parents: 1071b34
Author: Aled Sage <al...@gmail.com>
Authored: Mon Sep 14 14:54:03 2015 +0100
Committer: Aled Sage <al...@gmail.com>
Committed: Wed Sep 16 13:12:04 2015 +0100

----------------------------------------------------------------------
 docs/guide/java/entitlements.md     | 2 +-
 docs/guide/misc/index.md            | 1 +
 docs/guide/misc/migrate-to-0.8.0.md | 2 +-
 docs/guide/yaml/winrm/index.md      | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4ff0111a/docs/guide/java/entitlements.md
----------------------------------------------------------------------
diff --git a/docs/guide/java/entitlements.md b/docs/guide/java/entitlements.md
index f4e13b8..59de4aa 100644
--- a/docs/guide/java/entitlements.md
+++ b/docs/guide/java/entitlements.md
@@ -38,5 +38,5 @@ which re-use the LDAP authorization support in Brooklyn,
 allowing permissions objects to be declared in LDAP leveraging regular expressions.
 For more information on this, ask on IRC or the mailing list,
 and see 
-{% include java_link.html class_name="EntitlementManager" package_path="org/apache/brooklyn/core/mgmt/entitlement" project_subpath="api" %}.
+{% include java_link.html class_name="EntitlementManager" package_path="org/apache/brooklyn/api/mgmt/entitlement" project_subpath="api" %}.
 

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4ff0111a/docs/guide/misc/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/misc/index.md b/docs/guide/misc/index.md
index 75d76a0..fab2222 100644
--- a/docs/guide/misc/index.md
+++ b/docs/guide/misc/index.md
@@ -6,6 +6,7 @@ children:
 - { title: Javadoc, path: javadoc/ }
 - download.md
 - release-notes.md
+- migrate-to-0.8.0.md
 - known-issues.md
 - { path: ../dev/, title_in_menu: "Developer Guide" }
 - { path: /website/documentation/, title_in_menu: "All Documentation", menu_customization: { force_inactive: true } }

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4ff0111a/docs/guide/misc/migrate-to-0.8.0.md
----------------------------------------------------------------------
diff --git a/docs/guide/misc/migrate-to-0.8.0.md b/docs/guide/misc/migrate-to-0.8.0.md
index 9152359..f2b9770 100644
--- a/docs/guide/misc/migrate-to-0.8.0.md
+++ b/docs/guide/misc/migrate-to-0.8.0.md
@@ -29,4 +29,4 @@ $ for x in `find . -type file` ; do sed -E -i .bak -f /tmp/migrate.sed $x ; done
 $ find . -name "*.bak" -delete
 {% endhighlight %}
 
-If you encounter any issues, please [contact us](/website/community/).
+If you encounter any issues, please [contact us](/community/).

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4ff0111a/docs/guide/yaml/winrm/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/yaml/winrm/index.md b/docs/guide/yaml/winrm/index.md
index 58b5524..0f95bd9 100644
--- a/docs/guide/yaml/winrm/index.md
+++ b/docs/guide/yaml/winrm/index.md
@@ -112,7 +112,7 @@ The installation script - referred to as `/Users/richard/install7zip.ps1` in the
     Start-Process "msiexec" -ArgumentList '/qn','/i',$Dl -RedirectStandardOutput ( [System.IO.Path]::Combine($Path, "stdout.txt") ) -RedirectStandardError ( [System.IO.Path]::Combine($Path, "stderr.txt") ) -Wait
 
 This is only a very simple example. A core complex example can be found in the [Microsoft SQL Server blueprint in the
-Brooklyn source code]({{ brooklyn.url.git }}/software/database/src/main/resources/org/apache/brooklyn/entity/database/mssql).
+Brooklyn source code]({{ site.brooklyn.url.git }}/software/database/src/main/resources/org/apache/brooklyn/entity/database/mssql).
 
 
 Known Limitations and Special Cases