You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/15 22:49:53 UTC

[GitHub] wohali closed pull request #352: Remove broken links to wiki.apache.org

wohali closed pull request #352: Remove broken links to wiki.apache.org
URL: https://github.com/apache/couchdb-documentation/pull/352
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/src/ddocs/ddocs.rst b/src/ddocs/ddocs.rst
index 0aa0684..345948a 100644
--- a/src/ddocs/ddocs.rst
+++ b/src/ddocs/ddocs.rst
@@ -429,10 +429,6 @@ the `xml` provider in our function needs more care to handle nested objects
 correctly, and keys with invalid characters, but you've got the idea!
 
 .. seealso::
-    CouchDB Wiki:
-        - `Showing Documents
-          <http://wiki.apache.org/couchdb/Formatting_with_Show_and_List#Showing_Documents>`_
-
     CouchDB Guide:
         - `Show Functions <http://guide.couchdb.org/editions/1/en/show.html>`_
 
@@ -486,10 +482,6 @@ be a string when used inside a list function, so you'll need to use
 returning it.
 
 .. seealso::
-    CouchDB Wiki:
-        - `Listing Views with CouchDB 0.10 and later
-          <http://wiki.apache.org/couchdb/Formatting_with_Show_and_List#Listing_Views_with_CouchDB_0.10_and_later>`_
-
     CouchDB Guide:
         - `Transforming Views with List Functions
           <http://guide.couchdb.org/draft/transforming.html>`_
@@ -541,11 +533,6 @@ A basic example that demonstrates all use-cases of update handlers:
         return [doc, 'Edited World!']
     }
 
-.. seealso::
-    CouchDB Wiki:
-        - `Document Update Handlers
-          <http://wiki.apache.org/couchdb/Document_Update_Handlers>`_
-
 .. _filterfun:
 
 Filter Functions
@@ -684,10 +671,6 @@ parameters to the :ref:`changes feed<changes>`::
         - `Guide to filter change notification
           <http://guide.couchdb.org/draft/notifications.html#filters>`_
 
-    CouchDB Wiki:
-        - `Filtered replication
-          <http://wiki.apache.org/couchdb/Replication#Filtered_Replication>`_
-
 .. _vdufun:
 
 Validate Document Update Functions
@@ -871,7 +854,3 @@ modified by a user with the ``_admin`` role:
     CouchDB Guide:
         - `Validation Functions
           <http://guide.couchdb.org/editions/1/en/validation.html>`_
-
-    CouchDB Wiki:
-        - `Document Update Validation
-          <http://wiki.apache.org/couchdb/Document_Update_Validation>`_
diff --git a/src/install/unix.rst b/src/install/unix.rst
index b2b66df..5c7c08a 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -151,10 +151,6 @@ Python and Sphinx are only required for building the online documentation.
 Documentation build can be disabled by adding the ``--disable-docs`` flag to
 the ``configure`` script.
 
-.. seealso::
-
-    * `Installing CouchDB <https://cwiki.apache.org/confluence/display/COUCHDB/Installing+CouchDB>`_
-
 Debian-based Systems
 --------------------
 
diff --git a/src/replication/protocol.rst b/src/replication/protocol.rst
index 8b62527..27d963c 100644
--- a/src/replication/protocol.rst
+++ b/src/replication/protocol.rst
@@ -1891,7 +1891,6 @@ Reference
 
 * `Refuge RCouch wiki <https://github.com/refuge/rcouch/wiki/Replication-Algorithm>`_
 * `CouchBase Lite IOS wiki <https://github.com/couchbase/couchbase-lite-ios/wiki/Replication-Algorithm>`_
-* `CouchDB documentation <http://wiki.apache.org/couchdb/Replication>`_
 
 .. _ECMA-262: http://www.ecma-international.org/publications/files/ecma-st/ECMA-262.pdf
 .. _MVCC: http://en.wikipedia.org/wiki/Multiversion_concurrency_control


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services