Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links #87

Merged
merged 3 commits into from
Jul 7, 2016
Merged

Fixed broken links #87

merged 3 commits into from
Jul 7, 2016

Conversation

drigodwin
Copy link
Member

Fixed broken links throughout the docs

@asfgit asfgit merged commit 2c6629e into apache:master Jul 7, 2016
asfgit pushed a commit that referenced this pull request Jul 7, 2016
@@ -44,7 +44,7 @@ def generate(site)
}
end

url_set["git"] = "https://github.com/apache/brooklyn/tree/#{ git_branch }"
url_set["git"] = "https://github.com/apache/brooklyn-server/tree/#{ git_branch }"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be wrong for some classes -- we need a more sophisticated strategy to determine if it's server or library etc (but this is probably good enough for now)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it needs re-working. For this though, I manually checked all the places this is being used and they're all currently in brooklyn-server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants