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/06/07 08:19:56 UTC

[incubator-age-website] branch pdpotter-clang-format-link created (now d1841cb)

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

pdpotter pushed a change to branch pdpotter-clang-format-link
in repository https://gitbox.apache.org/repos/asf/incubator-age-website.git


      at d1841cb  Update clang-format link

This branch includes the following new commits:

     new d1841cb  Update clang-format link

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-age-website] 01/01: Update clang-format link

Posted by pd...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit d1841cb9a0641a51390ae6e360d3bacd02b3f86b
Author: Pieterjan De Potter <pi...@ugent.be>
AuthorDate: Tue Jun 7 10:19:52 2022 +0200

    Update clang-format link
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 67452fe..be59c05 100644
--- a/index.html
+++ b/index.html
@@ -1094,7 +1094,7 @@ Description
             <a id="style"></a>
             <div class="heading"><h2>Code Style Guide</h2></div>
             For a full list of coding style guidelines, please refer to the style setup in the
-            <a href="https://github.com/bitnine-oss/agensgraph-ext/blob/master/clang-format.5">clang-format.5</a> in the AGE git repository.
+            <a href="https://github.com/apache/incubator-age/blob/master/clang-format.5">clang-format.5</a> in the AGE git repository.
 
             <div class="heading"><h3>Indentation</h3></div>
             Use 4 spaces per indentation level. (no tab character)