From 929e4cdd3b7bae157f7711688bcec6eebb677bb8 Mon Sep 17 00:00:00 2001
From: Gregory Nutt
Date: Fri, 26 Jun 2015 18:13:20 -0600
Subject: [PATCH] This cleans up most of the remaining SourceForge references
---
README.txt | 2 +-
examples/thttpd/content/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.txt b/README.txt
index ea5d9e9ca..f73eb9b01 100644
--- a/README.txt
+++ b/README.txt
@@ -170,7 +170,7 @@ A: Here are four:
This is documented in NuttX/configs/README.txt and
nuttx/Documentation/NuttxPortingGuide.html (Online at
- http://nuttx.sourceforge.net/NuttxPortingGuide.html#apndxconfigs
+ https://bitbucket.org/patacongo/nuttx/src/master/nuttx/Documentation/NuttxPortingGuide.html#apndxconfigs
under Build options). And in the apps/README.txt file.
3) If you like the random collection of stuff in the apps/ directory
diff --git a/examples/thttpd/content/index.html b/examples/thttpd/content/index.html
index e220b3b4d..effcf9201 100644
--- a/examples/thttpd/content/index.html
+++ b/examples/thttpd/content/index.html
@@ -25,7 +25,7 @@
Depending on the configuration, clicking the links will execute the CGI program from either:
- - An NXFLAT program residing
+
- An NXFLAT program residing
in a NuttX ROMFS file system, or
- A built-in application managed by a NuttX BINFS file system.