summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBrad Cowie <brad@wand.net.nz>2020-05-12 16:35:41 +1200
committerGitHub <noreply@github.com>2020-05-12 16:35:41 +1200
commit73de59b27bdd4323abaeca5166da61d268bea1a2 (patch)
treef40d5519072e6e0c7eaf9183fabcf0fc8a1617f2
parent7dad6e1e4b9c606526773f6f79ff82bbed40c491 (diff)
parent5fd42fff66352137d085de83173b945c674a9033 (diff)
Merge pull request #88 from gizmoguy/update-urlsHEADmaster
Update URLs.
-rw-r--r--README.rst4
-rw-r--r--debian/control6
-rw-r--r--debian/copyright2
-rw-r--r--doc/source/test-of-config-with-linc.rst2
-rw-r--r--doc/source/using_with_openstack.rst2
-rw-r--r--doc/source/writing_ryu_app.rst6
-rw-r--r--setup.cfg2
7 files changed, 12 insertions, 12 deletions
diff --git a/README.rst b/README.rst
index 361ef599..33d02c84 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,7 @@ Installing Ryu is quite easy::
If you prefer to install Ryu from the source code::
- % git clone git://github.com/osrg/ryu.git
+ % git clone https://github.com/faucetsdn/ryu.git
% cd ryu; pip install .
If you want to write your Ryu application, have a look at
@@ -59,7 +59,7 @@ On Ubuntu(16.04 LTS or later)::
Support
=======
-Ryu Official site is `<http://osrg.github.io/ryu/>`_.
+Ryu Official site is `<https://ryu-sdn.org/>`_.
If you have any
questions, suggestions, and patches, the mailing list is available at
diff --git a/debian/control b/debian/control
index 8bcbe683..0d1c1cc5 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,9 @@ Build-Depends-Indep:
python-pip,
python-pbr
Standards-Version: 3.9.5
-Homepage: http://osrg.github.io/ryu/
-Vcs-Git: git://github.com/osrg/ryu.git
-Vcs-Browser: http://github.com/osrg/ryu
+Homepage: https://ryu-sdn.org
+Vcs-Git: git://github.com/faucetsdn/ryu.git
+Vcs-Browser: https://github.com/faucetsdn/ryu
XS-Python-Version: >= 2.6
Package: python-ryu
diff --git a/debian/copyright b/debian/copyright
index 63d77d3b..f05255cb 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: ryu
-Source: http://github.com/osrg/ryu
+Source: http://github.com/faucetsdn/ryu
Files: *
Copyright: 2014 Ryu Project Team <ryu-devel@lists.sourceforge.net>
diff --git a/doc/source/test-of-config-with-linc.rst b/doc/source/test-of-config-with-linc.rst
index 2ff493e5..0f8c8fa4 100644
--- a/doc/source/test-of-config-with-linc.rst
+++ b/doc/source/test-of-config-with-linc.rst
@@ -19,7 +19,7 @@ The test procedure
* run LINC switch
* run Ryu test_of_config app
-For getting/installing Ryu itself, please refer to http://osrg.github.io/ryu/
+For getting/installing Ryu itself, please refer to https://ryu-sdn.org/
Install Erlang environment
diff --git a/doc/source/using_with_openstack.rst b/doc/source/using_with_openstack.rst
index 5e153486..13bd9a1e 100644
--- a/doc/source/using_with_openstack.rst
+++ b/doc/source/using_with_openstack.rst
@@ -14,7 +14,7 @@ Using Ryu Network Operating System with OpenStack as OpenFlow controller
Ryu cooperates with OpenStack using Quantum Ryu plugin. The plugin is
available in the official Quantum releases.
-For more information, please visit http://github.com/osrg/ryu/wiki/OpenStack .
+For more information, please visit https://github.com/faucetsdn/ryu/wiki/OpenStack .
We described instructions of the installation / configuration of OpenStack
with Ryu, and we provide pre-configured VM image to be able to easily try
OpenStack with Ryu.
diff --git a/doc/source/writing_ryu_app.rst b/doc/source/writing_ryu_app.rst
index 7f15ed9a..a4d1830a 100644
--- a/doc/source/writing_ryu_app.rst
+++ b/doc/source/writing_ryu_app.rst
@@ -118,9 +118,9 @@ run a Ryu application that does something useful.
Is a dumb L2 switch is too dumb? You want to implement a learning L2
switch? Move to `the next step
-<https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py>`_. You
+<https://github.com/faucetsdn/ryu/blob/master/ryu/app/simple_switch.py>`_. You
can learn from the existing Ryu applications at `ryu/app
-<https://github.com/osrg/ryu/blob/master/ryu/app/>`_ directory and
+<https://github.com/faucetsdn/ryu/blob/master/ryu/app/>`_ directory and
`integrated tests
-<https://github.com/osrg/ryu/blob/master/ryu/tests/integrated/>`_
+<https://github.com/faucetsdn/ryu/blob/master/ryu/tests/integrated/>`_
directory.
diff --git a/setup.cfg b/setup.cfg
index 898a7c1d..c3757abb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,7 +4,7 @@ summary = Component-based Software-defined Networking Framework
license = Apache License 2.0
author = Ryu project team
author-email = ryu-devel@lists.sourceforge.net
-home-page = http://osrg.github.io/ryu/
+home-page = https://ryu-sdn.org
description-file = README.rst
platform = any
classifier =