summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-03-16 19:06:27 +0100
committerSander Vrijders <sander@ouroboros.rocks>2019-03-18 11:09:32 +0100
commit33c6b76a80189dd92f0fa2d579b1a0b9ca69127c (patch)
tree678083eb9dc996bf86cc7104689aa423850d5f53
parent827ed1287fce61ccf4de2931bc7f477099976e2e (diff)
downloadouroboros-33c6b76a80189dd92f0fa2d579b1a0b9ca69127c.tar.gz
ouroboros-33c6b76a80189dd92f0fa2d579b1a0b9ca69127c.zip
doc: Update documentation to new website URL
The documentation and package point to the imec site, which is now moved to ouroboros.rocks Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
-rw-r--r--CMakeLists.txt4
-rw-r--r--doc/man/fccntl.32
-rw-r--r--doc/man/flow_alloc.32
-rw-r--r--doc/man/flow_read.32
-rw-r--r--doc/man/fqueue.32
-rw-r--r--doc/man/fset.32
-rw-r--r--doc/man/ouroboros-glossary.72
-rw-r--r--doc/man/ouroboros-tutorial.72
-rw-r--r--doc/man/ouroboros.84
-rw-r--r--doc/workflow.txt4
10 files changed, 13 insertions, 13 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5bf234d7..e5271555 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,8 +13,8 @@ set(PACKAGE_VERSION_PATCH 0)
set(PACKAGE_NAME "${CMAKE_PROJECT_NAME}")
set(PACKAGE_DESCRIPTION "The Ouroboros prototype")
-set(PACKAGE_URL "http://ouroboros.ilabt.imec.be")
-set(PACKAGE_BUGREPORT "http://ouroboros.ilabt.imec.be/bugzilla/")
+set(PACKAGE_URL "http://ouroboros.rocks")
+set(PACKAGE_BUGREPORT "http://ouroboros.rocks/bugzilla/")
set(PACKAGE_VERSION
"${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}")
diff --git a/doc/man/fccntl.3 b/doc/man/fccntl.3
index 88e460be..cd07bf6f 100644
--- a/doc/man/fccntl.3
+++ b/doc/man/fccntl.3
@@ -132,7 +132,7 @@ ouroboros (8)
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/man/flow_alloc.3 b/doc/man/flow_alloc.3
index ecd43848..f4a6cf8d 100644
--- a/doc/man/flow_alloc.3
+++ b/doc/man/flow_alloc.3
@@ -123,7 +123,7 @@ ouroboros (8)
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/man/flow_read.3 b/doc/man/flow_read.3
index 4e0bccce..1d70cc52 100644
--- a/doc/man/flow_read.3
+++ b/doc/man/flow_read.3
@@ -84,7 +84,7 @@ ouroboros (8)
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/man/fqueue.3 b/doc/man/fqueue.3
index 95b03049..346ae54a 100644
--- a/doc/man/fqueue.3
+++ b/doc/man/fqueue.3
@@ -127,7 +127,7 @@ fset "(3), " ouroboros (8)
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/man/fset.3 b/doc/man/fset.3
index d092d246..43c10921 100644
--- a/doc/man/fset.3
+++ b/doc/man/fset.3
@@ -108,7 +108,7 @@ fqueue "(3), " ouroboros (8)
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/man/ouroboros-glossary.7 b/doc/man/ouroboros-glossary.7
index 6e2a9bb1..adce57c3 100644
--- a/doc/man/ouroboros-glossary.7
+++ b/doc/man/ouroboros-glossary.7
@@ -113,7 +113,7 @@ the process that manages local IPC and IPCPs (providing remote IPC).
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/man/ouroboros-tutorial.7 b/doc/man/ouroboros-tutorial.7
index 3d50c673..d5b1b759 100644
--- a/doc/man/ouroboros-tutorial.7
+++ b/doc/man/ouroboros-tutorial.7
@@ -143,7 +143,7 @@ Please see \fBouroboros-glossary\fR(7).
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8
index 618418c2..57593ab0 100644
--- a/doc/man/ouroboros.8
+++ b/doc/man/ouroboros.8
@@ -394,14 +394,14 @@ Ouroboros was started and is currently maintained by Dimitri Staessens
and Sander Vrijders.
.SH REPORTING BUGS
-Report bugs on the bugzilla tracker at https://ouroboros.ilabt.imec.be/bugzilla
+Report bugs on the bugzilla tracker at https://ouroboros.rocks/bugzilla
.SH SEE ALSO
.BR flow_alloc "(3), " ouroboros-tutorial "(7), " ouroboros-glossary (7)
.SH COLOPHON
This page is part of the Ouroboros project, found at
-http://ouroboros.ilabt.imec.be
+http://ouroboros.rocks
These man pages are licensed under the Creative Commons Attribution
4.0 International License. To view a copy of this license, visit
diff --git a/doc/workflow.txt b/doc/workflow.txt
index 81bc8667..b8dd0d1c 100644
--- a/doc/workflow.txt
+++ b/doc/workflow.txt
@@ -43,7 +43,7 @@ incremented when an urgent bugfix is incorporated.
3.1. Repository structure
The main git repository can be found at:
-https://ouroboros.ilabt.imec.be/git/ouroboros
+https://ouroboros.rocks/cgit/ouroboros
It contains the following branches:
@@ -98,7 +98,7 @@ were made
3.4 Bugs
Bugs are reported through the Bugzilla issue tracker
-(https://ouroboros.ilabt.imec.be/bugzilla/). The process of reporting
+(https://ouroboros.rocks/bugzilla/). The process of reporting
a bug is the following:
a. Provide a description of the bug