You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by gs...@apache.org on 2022/03/21 23:15:26 UTC

[steve] branch trunk updated: tweak link

This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6623983  tweak link
6623983 is described below

commit 66239831fa3824dd4fad4516a15c63dc3b7923f7
Author: Greg Stein <gs...@apache.org>
AuthorDate: Mon Mar 21 18:15:22 2022 -0500

    tweak link
    
    github displays the trailing slash. Fugly.
---
 .asf.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index e14a262..30e57f7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -1,7 +1,7 @@
 # set some values on github.com/apache/steve
 github:
   description: "Apache STeVe -- a set of voting tools"
-  homepage: https://steve.apache.org/
+  homepage: https://steve.apache.org
 
 
 # We will publish our site using Pelican, via the asf-site branch