Skip to content

Commit 334cff3

Browse files
committed
fix doc documents, closes opennetworkinglab#77
1 parent a1fc584 commit 334cff3

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

BUGS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Please post bugs to:
33

4-
https://openflow.stanford.edu/bugs/browse/FLOWVISOR
4+
https://github.com/OPENNETWORKINGLAB/flowvisor/issues
55

66
Any bug report is appreciated but the best bug reports include:
77

README

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ FlowVisor:
66
Documentation:
77

88
Start with the INSTALL file and then refer to:
9-
https://openflow.stanford.edu/display/flowvisor/Home
10-
for more information and to:
11-
https://openflow.stanford.edu/display/flowvisor/fv_deploy
9+
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki
10+
for more information on the installation process refer to:
11+
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki/Installation-from-Source, or
12+
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki/Installation-from-Binary
1213
for configuration and deployment instructions. Also,
1314
the manpages are in the ./doc directory and can be viewed
1415
without installing them using `man ./doc/fvctl.1`
1516

1617
For developers, check out README.dev and the architecture diagrams:
17-
https://openflow.stanford.edu/display/flowvisor/Internals+and+Dev+Docs
18+
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki under the developement section
1819
Also, `make docs` produces the source code documentation and
1920
there are manpages under ./doc
2021

README.dev

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ High-level:
99
* Thread logic
1010

1111
A higher-level view of the code is described at:
12-
https://openflow.stanford.edu/display/flowvisor/Internals+and+Dev+Docs
13-
14-
12+
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki
1513

1614

1715
====================================

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Documentation
1313
without installing them using `man ./doc/fvctl.1`
1414

1515
For developers, check out README.dev and the architecture diagrams:
16-
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki
16+
https://github.com/OPENNETWORKINGLAB/flowvisor/wiki under the developement section
1717
Also, `make docs` produces the source code documentation and
1818
there are manpages under ./doc
1919

0 commit comments

Comments
 (0)