anaran opened a new issue #1813: Where have API wiki pages been migrated to?
URL: https://github.com/apache/couchdb/issues/1813
 
 
   <!--- Provide a general summary of the issue in the Title above -->
   
   ## Expected Behavior
   <!--- If you're describing a bug, tell us what should happen -->
   <!--- If you're suggesting a change/improvement, tell us how it should work 
-->
   
   Links in
   https://pouchdb.com/api.html
   pointing to couchdb wiki should point to relevant content.
   
   ## Current Behavior
   <!--- If describing a bug, tell us what happens instead of the expected 
behavior -->
   <!--- If suggesting a change/improvement, explain the difference from 
current behavior -->
   
   Currently these links point to the old wiki location which does not provide 
help finding the new whereabouts of the relevant information. @daleharvey FYI
   
   ## Possible Solution
   <!--- Not obligatory, but suggest a fix/reason for the bug, -->
   <!--- or ideas how to implement the addition or change -->
   
   Please let us know where these links should now point to.
   
   https://wiki.apache.org/couchdb/RecentChanges
   suggests that @wohali knows where these migrated to.
   
   These would be of most interest:
   
   HTTP_Bulk_Document_API
   HTTP_Document_API
   HTTP_view_API
   Replication
   Introduction_to_CouchDB_views
   
   ## Steps to Reproduce (for bugs)
   <!--- Provide a link to a live example, or an unambiguous set of steps to -->
   <!--- reproduce this bug. Include code to reproduce, if relevant -->
   1. Visit https://pouchdb.com/api.html in a web browser
   2. Find relevant links in the web console using:
   Array.prototype.forEach.call(document.links, (value) => { if 
(value.href.match(/^https?:\/\/wiki\.apache\.org\/couchdb\//)) 
console.log(value.href); })
   3. Here is what I found
   http://wiki.apache.org/couchdb/HTTP_Document_API#Special_Fields debugger 
eval code:1:125
   
http://wiki.apache.org/couchdb/HTTP_Bulk_Document_API#Posting_Existing_Revisions
 debugger eval code:1:125
   http://wiki.apache.org/couchdb/HTTP_view_API#Querying_Options debugger eval 
code:1:125
   https://wiki.apache.org/couchdb/Replication debugger eval code:1:125
   https://wiki.apache.org/couchdb/HTTP_Document_API#Attachments debugger eval 
code:1:125
   http://wiki.apache.org/couchdb/HTTP_Document_API#Inline_Attachments debugger 
eval code:1:125
   https://wiki.apache.org/couchdb/Introduction_to_CouchDB_views#Complex_Keys 
debugger eval code:1:125
   
https://wiki.apache.org/couchdb/Introduction_to_CouchDB_views#Linked_documents 
debugger eval code:1:125
   
   ## Context
   <!--- How has this issue affected you? What are you trying to accomplish? -->
   <!--- Providing context helps us come up with a solution that is most useful 
in the real world -->
   
   ## Your Environment
   <!--- Include as many relevant details about the environment you experienced 
the bug in -->
   * Version used:
   * Browser Name and version:
   * Operating System and version (desktop or mobile):
   * Link to your project:
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to