This is an automated email from the ASF dual-hosted git repository.
richard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 9dffbca Path for logo correction
new 4663c32 Merge pull request #307 from jcabrerizo/feature/fix-image-path
9dffbca is described below
commit 9dffbcae9099a77ba812b2ff55cc9246c6e866f4
Author: Juan Cabrerizo <[email protected]>
AuthorDate: Mon Aug 17 10:59:29 2020 +0100
Path for logo correction
---
guide/_layouts/website/page.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guide/_layouts/website/page.html b/guide/_layouts/website/page.html
index 8ba75df..1ca8ad5 100644
--- a/guide/_layouts/website/page.html
+++ b/guide/_layouts/website/page.html
@@ -3,7 +3,7 @@
{% block body %}
<header class="page-header">
<a href="{{book.url.brooklyn_website}}" class="navbar-brand">
- <img
src="{{book.url.brooklyn_website}}/v/latest/style/img/apache-brooklyn-logo-244px-wide.png"
alt="Apache Brooklyn">
+ <img
src="{{book.url.brooklyn_website}}/style/img/apache-brooklyn-logo-244px-wide.png"
alt="Apache Brooklyn">
</a>
</header>
{{ super() }}