summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDirk Ziegelmeier <[email protected]>2018-10-02 12:42:14 +0200
committerDirk Ziegelmeier <[email protected]>2018-10-02 12:42:14 +0200
commit4b672a1f3c6e12136faa06d32ab94c0a14250fdf (patch)
tree62462a7219115612f267abaf4a4b9b108becd537 /doc
parent8068aab9f7e757e37bc6624caa6a7df563d4b7ce (diff)
Adapt several comments to contrib rep move
Diffstat (limited to 'doc')
-rw-r--r--doc/contrib.txt2
-rw-r--r--doc/doxygen/main_page.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/contrib.txt b/doc/contrib.txt
index 6f0d7bc5..2a44857e 100644
--- a/doc/contrib.txt
+++ b/doc/contrib.txt
@@ -55,4 +55,4 @@ features of Savannah help us not lose users' input.
1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of these) and
you think it could benefit others[1] you might want discuss this on the mailing list. You
- can also ask for Git access to submit and maintain your port in the contrib Git module.
+ can also ask for Git access to submit and maintain your port in the lwIP/contrib subdir.
diff --git a/doc/doxygen/main_page.h b/doc/doxygen/main_page.h
index 89d86f82..883112e2 100644
--- a/doc/doxygen/main_page.h
+++ b/doc/doxygen/main_page.h
@@ -354,7 +354,7 @@ Call these functions in the order of appearance:
* several places where a check for a correct thread context is
* implemented which greatly helps the user to get threading done right.
* See the example sys_arch.c files in unix and Win32 port
- * in the contrib repository.
+ * in the lwIP/contrib subdirectory.
*
* In short: Copy the functions sys_mark_tcpip_thread() and
* sys_check_core_locking() to your port and modify them to work with your OS.