Skip to content

Commit 6d59a37

Browse files
nashifAnas Nashif
authored andcommitted
doc: remove links to wiki
Wiki is being obsoleted, so remove any links that might become dead really soon. Signed-off-by: Anas Nashif <[email protected]>
1 parent 1a1a19f commit 6d59a37

File tree

6 files changed

+6
-15
lines changed

6 files changed

+6
-15
lines changed

boards/boards.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Supported Boards
44
################
55

6+
To add support documentation for a new board, please use the template available
7+
under :file:`doc/templates/board.tmpl`
68

79
X86 Boards
810
**********
@@ -48,11 +50,3 @@ XTENSA Boards
4850
:glob:
4951

5052
xtensa/**/*
51-
52-
A list of additional supported boards can be found on the `Zephyr project wiki`_.
53-
54-
To add a new board, please use the template available under
55-
:file:`doc/templates/board.tmpl`
56-
57-
58-
.. _Zephyr project wiki: https://wiki.zephyrproject.org/view/Supported_Boards

doc/README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ The project's documentation currently comprises the following items:
4141
* Script-generated material for kernel configuration options based on kconfig
4242
files found in the source code tree
4343

44-
* Additional material on https://wiki.zephyrproject.org
45-
4644
The reStructuredText files are processed by the Sphinx documentation system,
4745
and make use of the breathe extension for including the doxygen-generated API
4846
material. Additional tools are required to generate the

doc/application/application.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ depth is needed. The developer must supply a :file:`Makefile` for the
502502
Application-specific source code should not use symbol name prefixes that have
503503
been reserved by the kernel for its own use. For more information, see
504504

505-
`Naming Conventions <https://wiki.zephyrproject.org/view/Coding_conventions#Naming_Conventions>`_.
505+
`Naming Conventions
506+
<https://github.com/zephyrproject-rtos/zephyr/wiki/Naming-Conventions>`_.
506507

507508

508509
The following requirements apply to all Makefiles in the :file:`src`

doc/contribute/code.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ licenses, the naming conventions, the code submission infrastructure, the
88
review process and the code documentation can be found on the
99
Zephyr Project wiki.
1010

11-
* https://wiki.zephyrproject.org/view/Collaboration_Guidelines
11+
* https://github.com/zephyrproject-rtos/zephyr/wiki/Contribution-Guide
1212

1313
.. toctree::
1414
:maxdepth: 1

doc/drivers/drivers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ failures, etc., should be handled by assertions.
149149

150150
When it is appropriate to return error conditions for the caller to check, 0
151151
should be returned on success and a POSIX errno.h code returned on failure.
152-
See https://wiki.zephyrproject.org/view/Coding_conventions#Return_Codes for
152+
See https://github.com/zephyrproject-rtos/zephyr/wiki/Naming-Conventions#return-codes for
153153
details about this.
154154

155155
A driver implementing a particular subsystem will define the real implementation

doc/index.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Sections
4444
LICENSING.rst
4545
glossary.rst
4646

47-
You can find further information on the `Zephyr Project Wiki`_.
4847

4948
Indices and Tables
5049
******************
@@ -53,7 +52,6 @@ Indices and Tables
5352

5453
* :ref:`search`
5554

56-
.. _Zephyr Project Wiki: https://wiki.zephyrproject.org/view/Main_Page
5755
.. _Zephyr 1.7.0: https://www.zephyrproject.org/doc/1.7.0/
5856
.. _Zephyr 1.6.0: https://www.zephyrproject.org/doc/1.6.0/
5957
.. _Zephyr 1.5.0: https://www.zephyrproject.org/doc/1.5.0/

0 commit comments

Comments
 (0)