You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by ti...@apache.org on 2022/01/20 19:48:42 UTC

[db-site] branch main updated: Some configuration and link fixes

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

tilmannz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 0393c1e  Some configuration and link fixes
0393c1e is described below

commit 0393c1efd3a63b468c2fac2fcaae832ee2d37e07
Author: Tilmann <zo...@gmx.de>
AuthorDate: Thu Jan 20 20:48:36 2022 +0100

    Some configuration and link fixes
---
 .asf.yaml                    | 1 -
 .asf.yaml.publish            | 1 -
 .htaccess                    | 2 +-
 README.md                    | 2 +-
 src/main/asciidoc/index.adoc | 4 ++--
 5 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index b32dd52..4555abb 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -39,4 +39,3 @@ notifications:
   commits:      jdo-commits@db.apache.org
   issues:       jdo-dev@db.apache.org
   pullrequests: jdo-dev@db.apache.org
-  jira_options: link label
diff --git a/.asf.yaml.publish b/.asf.yaml.publish
index 2c9920b..9fcb657 100644
--- a/.asf.yaml.publish
+++ b/.asf.yaml.publish
@@ -3,4 +3,3 @@
 # This file is only used on the site publishing branch
 publish:
   whoami:  publish
-  subdir:  content/db-is-this-correct
diff --git a/.htaccess b/.htaccess
index 8d507b7..8f1d4fc 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,3 +1,3 @@
 RewriteEngine On
-RewriteBase /db-is-this-correct/
+RewriteBase /
 RewriteRule ^(?!content/)(.*)$ content/$1
diff --git a/README.md b/README.md
index 2ff7bb9..d86a394 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ This is not live yet.
 To look at the website:
 * check it out locally
 * run `mvn clean compile`
-* open `db-site\target\site\index.html` in your favorite web browser.
+* in your checked out workspace, open the file `db-site\target\site\index.html` in your favorite web browser.
 
 # TODO
 * Fix .htaccess -> `RewriteBase`
diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc
index a3172a6..44c222f 100644
--- a/src/main/asciidoc/index.adoc
+++ b/src/main/asciidoc/index.adoc
@@ -26,10 +26,10 @@ the public.
 
 
 The Apache Software Foundation provides support for the Apache community of
-open-source software http://www.apache.org/foundation/projects.html[projects].
+open-source software https://www.apache.org/index.html#projects-list[projects].
 The Apache projects are characterized by a collaborative, consensus based
 development process, an open and pragmatic software
-http://www.apache.org/foundation/license-FAQ.html[license], and a desire to create high quality software that leads the way in its field.
+http://www.apache.org/licenses[license], and a desire to create high quality software that leads the way in its field.
 
 == More Information