You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/08/30 19:51:50 UTC

[httpd-site] branch main updated: Update devnotes.md

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

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


The following commit(s) were added to refs/heads/main by this push:
     new e1f2564  Update devnotes.md
e1f2564 is described below

commit e1f25649482ecd6db2558e0fd5f1633b5217c01b
Author: Christophe Jaillet <67...@users.noreply.github.com>
AuthorDate: Mon Aug 30 21:51:44 2021 +0200

    Update devnotes.md
    
    Fix the travis URL: s/org/com/
---
 content/dev/devnotes.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/dev/devnotes.md b/content/dev/devnotes.md
index 2879efb..5581c1d 100644
--- a/content/dev/devnotes.md
+++ b/content/dev/devnotes.md
@@ -176,7 +176,7 @@ An example revision that closes a pull request is <http://svn.apache.org/viewvc?
 
 # Continuous integration (CI) #
 
-[Travis](https://travis-ci.org/) CI services are used.
+[Travis](https://travis-ci.com/) CI services are used.
 
 This service allows us to automatically build httpd on different processors, OS,
 with different gcc vesions, with different library versions and with different
@@ -193,4 +193,4 @@ Should a committer want to commit something, without triggering the whole proces
 keyword as part of the commit message.
 
 
-Here are the [latest built results](https://travis-ci.org/github/apache/httpd).
+Here are the [latest built results](https://travis-ci.com/github/apache/httpd).