https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7f8929c59543901f9d93a6106a8ea05f7ba141f9

commit 7f8929c59543901f9d93a6106a8ea05f7ba141f9
Author:     Serge Gautherie <[email protected]>
AuthorDate: Sat Apr 18 16:40:42 2020 +0200
Commit:     Stanislav Motylkov <[email protected]>
CommitDate: Fri Apr 24 02:32:05 2020 +0300

    [REACTOS] Update some external URLs
---
 .github/FUNDING.yml | 2 +-
 .travis.yml         | 2 +-
 CONTRIBUTING.md     | 2 +-
 CREDITS             | 4 ++--
 README.md           | 6 +++---
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 7f376a5f477..a5c570ac644 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,2 @@
-custom: ['https://reactos.org/donate/', 'https://paypal.me/ReactOS']
+custom: ['https://reactos.org/donate/', 'https://www.paypal.me/ReactOS']
 liberapay: ReactOS
diff --git a/.travis.yml b/.travis.yml
index f3d331a0f89..9f123a95180 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: cpp
 addons:
   apt:
     sources:
-      - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 
main'
+      - sourceline: 'deb https://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 
main'
         key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
     packages:
       clang-format-9
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1f3657733c8..562785073a6 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -90,7 +90,7 @@ Finding a good project to start with can be a challenge, 
because when starting o
   [migration to GitHub]:                                         
https://reactos.org/project-news/reactos-repository-migrated-github/
   [humans are terrible at tracking large amount of information]: 
https://www.eurekalert.org/pub_releases/2005-03/aps-hmc030805.php
   [Pull requests]:                                               
https://help.github.com/articles/about-pull-requests/
-  [tips for reviewing patches]:                                  
https://drupal.org/patch/review
+  [tips for reviewing patches]:                                  
https://www.drupal.org/patch/review
   [missing functionality]:                                       
https://reactos.org/wiki/Missing_ReactOS_Functionality
   [patch]:                                                       
https://git-scm.com/docs/git-format-patch
   [Submitting Patches]:                                          
https://reactos.org/wiki/Submitting_Patches
diff --git a/CREDITS b/CREDITS
index 92da65f8947..a5f36cb7e2d 100644
--- a/CREDITS
+++ b/CREDITS
@@ -94,5 +94,5 @@ Vizzini <[email protected]>
 Graphic Design from
 
 Mindflyer <[email protected]> 
-Tango Desktop Project <http://tango-project.org>
-Everaldo <http://everaldo.com>
+Tango Desktop Project <http://tango-project.org/>
+Everaldo <https://www.everaldo.com/>
diff --git a/README.md b/README.md
index af6a476a985..5185d1fe77c 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
   <a href="https://reactos.org/download/";>
     <img alt="Download ReactOS" 
src="https://img.shields.io/badge/download-latest-0688CB.svg";>
   </a>
-  <a href="https://sourceforge.net/projects/reactos";>
+  <a href="https://sourceforge.net/projects/reactos/";>
     <img alt="SourceForge Download" 
src="https://img.shields.io/sourceforge/dm/reactos.svg?colorB=0688CB";>
   </a>
   <a href="https://github.com/reactos/reactos/blob/master/COPYING";>
@@ -124,14 +124,14 @@ The main development is done on 
[GitHub](https://github.com/reactos/reactos). We
 
 There is also an obsolete [SVN archive 
repository](https://svn.reactos.org/reactos/) that is kept for historical 
purposes.
 
-[travis.badge]:     https://travis-ci.org/reactos/reactos.svg?branch=master
+[travis.badge]:     https://api.travis-ci.org/reactos/reactos.svg?branch=master
 [appveyor.badge]:   
https://ci.appveyor.com/api/projects/status/github/reactos/reactos?branch=master&svg=true
 [coverity.badge]:   https://scan.coverity.com/projects/205/badge.svg?flat=1
 [rosbewin.badge]:   https://img.shields.io/badge/RosBE_Windows-2.1.6-0688CB.svg
 [rosbeunix.badge]:  https://img.shields.io/badge/RosBE_Unix-2.1.2-0688CB.svg
 [prwelcome.badge]:  https://img.shields.io/badge/PR-welcome-0688CB.svg
 
-[travis.link]:      https://travis-ci.org/reactos/reactos
+[travis.link]:      https://travis-ci.org/github/reactos/reactos
 [appveyor.link]:    https://ci.appveyor.com/project/AmineKhaldi/reactos
 [coverity.link]:    https://scan.coverity.com/projects/205
 [rosbewin.link]:    
https://sourceforge.net/projects/reactos/files/RosBE-Windows/i386/2.1.6/

Reply via email to