You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by pd...@apache.org on 2022/10/06 10:01:18 UTC

[age-website] branch master updated: Remove incubator from config and urls

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

pdpotter pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c560d9  Remove incubator from config and urls
1c560d9 is described below

commit 1c560d970cc77369b2d526597ec1504d31ea3d69
Author: Pieterjan De Potter <pi...@ugent.be>
AuthorDate: Thu Oct 6 12:00:34 2022 +0200

    Remove incubator from config and urls
---
 docs/conf.py        | 2 +-
 docs/intro/setup.md | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 71c43cd..40dea49 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -66,7 +66,7 @@ html_favicon = 'images/favicon.ico'
 html_context = {
     'display_github': True,
     'github_user': 'apache',
-    'github_repo': 'incubator-age-website',
+    'github_repo': 'age-website',
     'github_version': 'master',
     'conf_py_path': '/docs/',
     'navigation_depth': 2
diff --git a/docs/intro/setup.md b/docs/intro/setup.md
index 9afcfe2..c421895 100644
--- a/docs/intro/setup.md
+++ b/docs/intro/setup.md
@@ -4,11 +4,11 @@
 
 ### Releases
 
-The releases and release notes can be found at <https://github.com/apache/incubator-age/releases>
+The releases and release notes can be found at <https://github.com/apache/age/releases>
 
 ### Source code
 
-The source code can be found at <https://github.com/apache/incubator-age>
+The source code can be found at <https://github.com/apache/age>
 
 ## Pre-Installation
 
@@ -66,7 +66,7 @@ sudo vi /usr/bin/pg_config
 
 By default PGBINROOT is set to /usr/lib/postsgresql , the directory which contains all the postgres versions. Change this to /usr/lib/postgresql/[intended version of postgres]
 
-Check the PostgreSQL conf file of your PostgreSQL version to figure out which port its running on. 
+Check the PostgreSQL conf file of your PostgreSQL version to figure out which port its running on.
 The conf file is generally located in /etc/postgresql/[intended version of postgres]/main
 
 ```console
@@ -75,7 +75,7 @@ vi /etc/postgresql/11/main/postgresql.conf
 
 Check the PORT the particular version of PostgreSQL runs on by default.
 
-Restart PostgreSQL 
+Restart PostgreSQL
 
 ```console
 sudo service postgresql restart