You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@datasketches.apache.org by Dave Fisher <wa...@apache.org> on 2020/10/23 18:14:11 UTC

Re: [incubator-datasketches-website] branch master updated: Fix .asf.yaml to point to correct website

Hi Lee,

You need to put that URL in quotes.

Here is an example from something I did yesterday:

github:
  description: "Apache OpenOffice.org Website"
  homepage: "https://openoffice.org/"
  labels:
    - openoffice
    - website
    - jbake

Regards,
Dave

> On Oct 23, 2020, at 11:10 AM, leerho@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> leerho pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git
> 
> 
> The following commit(s) were added to refs/heads/master by this push:
>     new 08f65a8  Fix .asf.yaml to point to correct website
> 08f65a8 is described below
> 
> commit 08f65a8b3ccd982ff3068115ffe6a47039f80e87
> Author: Lee Rhodes <le...@users.noreply.github.com>
> AuthorDate: Fri Oct 23 11:09:47 2020 -0700
> 
>    Fix .asf.yaml to point to correct website
> ---
> .asf.yaml | 3 +++
> 1 file changed, 3 insertions(+)
> 
> diff --git a/.asf.yaml b/.asf.yaml
> index 3010d40..dc1fbf6 100644
> --- a/.asf.yaml
> +++ b/.asf.yaml
> @@ -19,3 +19,6 @@ jekyll:
> 
> publish:
>   whoami: asf-site
> +
> +github:
> +  homepage: https://datasketches.apache.org
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
> For additional commands, e-mail: commits-help@datasketches.apache.org
>