Update devnotes.md

Fix the travis URL: s/org/com/
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 @@
 
 # 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 @@
 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).