Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 36D46200C79 for ; Thu, 4 May 2017 13:26:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 33AB8160B9F; Thu, 4 May 2017 11:26:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6F10F160BB0 for ; Thu, 4 May 2017 13:26:26 +0200 (CEST) Received: (qmail 27602 invoked by uid 500); 4 May 2017 11:26:25 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 27584 invoked by uid 99); 4 May 2017 11:26:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 May 2017 11:26:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 19454DFD70; Thu, 4 May 2017 11:26:25 +0000 (UTC) From: tbouron To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-docs pull request #169: Tidy - misc cleanups Content-Type: text/plain Message-Id: <20170504112625.19454DFD70@git1-us-west.apache.org> Date: Thu, 4 May 2017 11:26:25 +0000 (UTC) archived-at: Thu, 04 May 2017 11:26:27 -0000 Github user tbouron commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/169#discussion_r114750423 --- Diff: 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](/community/). +If you encounter any issues, please [contact us](/website/community/). --- End diff -- +1. The published website is hosted at the root. `/website` is only for dev environment` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---