From bdf19bde3edec5e45f5bd03225412dcaadced44c Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Fri, 28 Nov 2025 08:33:58 +0000 Subject: [PATCH] docs: update repo URL to apache/pouchdb --- docs/_config.yml | 2 +- docs/_guides/mango-queries.md | 2 +- docs/_layouts/default.html | 14 +++++++------- docs/adapters.md | 10 +++++----- docs/download.md | 6 +++--- docs/errors.md | 12 ++++++------ docs/external.md | 2 +- docs/learn.md | 4 ++-- 8 files changed, 26 insertions(+), 26 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 4b1b19275a..225bc17e8b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -7,7 +7,7 @@ version: 9.0.0 paginate: 5 paginate_path: "blog/page:num" github: - repository_url: https://github.com/pouchdb/pouchdb + repository_url: https://github.com/apache/pouchdb collections: guides: output: true diff --git a/docs/_guides/mango-queries.md b/docs/_guides/mango-queries.md index a64d108b01..9dcb7b783f 100644 --- a/docs/_guides/mango-queries.md +++ b/docs/_guides/mango-queries.md @@ -25,7 +25,7 @@ The `find()` API is currently offered as a separate plugin, meaning that you mus ``` -The `pouchdb.find.js` file is available in the `pouchdb` package in npm/Bower, on [unpkg](https://unpkg.com/pouchdb/dist/), or [as a GitHub download](https://github.com/pouchdb/pouchdb/releases/download/{{ site.version }}/pouchdb.find.js). Note it must be placed after `pouchdb.js`. +The `pouchdb.find.js` file is available in the `pouchdb` package in npm/Bower, on [unpkg](https://unpkg.com/pouchdb/dist/), or [as a GitHub download](https://github.com/apache/pouchdb/releases/download/{{ site.version }}/pouchdb.find.js). Note it must be placed after `pouchdb.js`. ### npm diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index d07cf98d85..5e81c306e7 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -29,7 +29,7 @@
@@ -124,7 +124,7 @@

{{ page.sub_title}}

@@ -184,10 +184,10 @@ diff --git a/docs/adapters.md b/docs/adapters.md index 4d2bcfab98..38a3d91514 100644 --- a/docs/adapters.md +++ b/docs/adapters.md @@ -68,8 +68,8 @@ PouchDB also offers separate browser plugins that use backends other than Indexe **Downloads:** -* [pouchdb.memory.js](https://github.com/pouchdb/pouchdb/releases/download/{{ site.version }}/pouchdb.memory.js) (Minified: [pouchdb.memory.min.js](https://github.com/pouchdb/pouchdb/releases/download/{{ site.version }}/pouchdb.memory.min.js)) -* [pouchdb.localstorage.js](https://github.com/pouchdb/pouchdb/releases/download/{{ site.version }}/pouchdb.localstorage.js) (Minified: [pouchdb.localstorage.min.js](https://github.com/pouchdb/pouchdb/releases/download/{{ site.version }}/pouchdb.localstorage.min.js)) +* [pouchdb.memory.js](https://github.com/apache/pouchdb/releases/download/{{ site.version }}/pouchdb.memory.js) (Minified: [pouchdb.memory.min.js](https://github.com/apache/pouchdb/releases/download/{{ site.version }}/pouchdb.memory.min.js)) +* [pouchdb.localstorage.js](https://github.com/apache/pouchdb/releases/download/{{ site.version }}/pouchdb.localstorage.js) (Minified: [pouchdb.localstorage.min.js](https://github.com/apache/pouchdb/releases/download/{{ site.version }}/pouchdb.localstorage.min.js)) {% include alert/start.html variant="warning"%} {% markdown %} @@ -177,10 +177,10 @@ Currently PouchDB has full support for: * CouchDB 1.x * [Smileupps](https://www.smileupps.com/) (same as 1.x) -* CouchDB 2.x ([tested in CI](https://github.com/pouchdb/pouchdb/actions)) -* CouchDB 3.x ([tested in CI](https://github.com/pouchdb/pouchdb/actions)) +* CouchDB 2.x ([tested in CI](https://github.com/apache/pouchdb/actions)) +* CouchDB 3.x ([tested in CI](https://github.com/apache/pouchdb/actions)) * [Cloudant](https://cloudant.com/) (roughly the same as 2.x) -* [PouchDB Server](https://github.com/pouchdb/pouchdb-server) ([tested in CI](https://github.com/pouchdb/pouchdb/actions)) +* [PouchDB Server](https://github.com/pouchdb/pouchdb-server) ([tested in CI](https://github.com/apache/pouchdb/actions)) * [PouchDB Server --in-memory mode](https://github.com/pouchdb/pouchdb-server) [Drupal 8](http://wearepropeople.com/blog/a-content-staging-solution-for-drupal-8-and-more) has also announced support for PouchDB, and there is [rcouch](https://github.com/rcouch/rcouch) as well, but these are both untested by PouchDB. diff --git a/docs/download.md b/docs/download.md index 12c79c93e7..1663ce0d4a 100644 --- a/docs/download.md +++ b/docs/download.md @@ -61,7 +61,7 @@ PouchDB is hosted at these CDNs: {% include anchor.html class="h3" title="Past releases" hash="past-releases" %} -For past releases and changelog, check out the [Github releases page](https://github.com/pouchdb/pouchdb/releases). +For past releases and changelog, check out the [Github releases page](https://github.com/apache/pouchdb/releases). {% include anchor.html class="h3" title="Plugins" hash="plugins" %} @@ -71,5 +71,5 @@ For third-party plugins, see the [plugins page](/external.html). For custom builds and first-party plugins, see the [custom builds]({{ site.baseurl }}/custom.html) page. -[latest]: https://github.com/pouchdb/pouchdb/releases/download/{{ site.version }}/pouchdb-{{ site.version }}.js -[latest-min]: https://github.com/pouchdb/pouchdb/releases/download/{{ site.version }}/pouchdb-{{ site.version }}.min.js +[latest]: https://github.com/apache/pouchdb/releases/download/{{ site.version }}/pouchdb-{{ site.version }}.js +[latest-min]: https://github.com/apache/pouchdb/releases/download/{{ site.version }}/pouchdb-{{ site.version }}.min.js diff --git a/docs/errors.md b/docs/errors.md index e473a3db35..67b391c067 100644 --- a/docs/errors.md +++ b/docs/errors.md @@ -58,7 +58,7 @@ new PouchDB('mydb', {size: 50}); // request 50 MB with a popup new PouchDB('mydb'); // implicitly request 5 MB, no popup until you exceed 5MB ``` -This does not affect any backend other than Web SQL. Chrome, Android, and Opera do not show the popup. On PhoneGap/Cordova apps, you can also use the [SQLite plugin][sqlite] to get around this problem. Here's [more information about storage quotas](http://www.html5rocks.com/en/tutorials/offline/quota-research) and [details on the Safari/iOS bug](https://github.com/pouchdb/pouchdb/issues/2347). +This does not affect any backend other than Web SQL. Chrome, Android, and Opera do not show the popup. On PhoneGap/Cordova apps, you can also use the [SQLite plugin][sqlite] to get around this problem. Here's [more information about storage quotas](http://www.html5rocks.com/en/tutorials/offline/quota-research) and [details on the Safari/iOS bug](https://github.com/apache/pouchdb/issues/2347). {% include anchor.html class="h3" title="PouchDB throws 404 (Object Not Found) for '_local' document" hash="404__local_document" %} @@ -96,15 +96,15 @@ In the above example, `db` refers to a database object you created using `new Po {% include anchor.html class="h3" title="Database size limitation of ~5MB on iOS with Cordova/Phone Gap" hash="size_limitation_5mb" %} -If you're storing large amounts of data, such as PNG attachments, the [SQLite plugin][sqlite] is again your friend. (See [issue #1260](https://github.com/pouchdb/pouchdb/issues/1260) for details.) +If you're storing large amounts of data, such as PNG attachments, the [SQLite plugin][sqlite] is again your friend. (See [issue #1260](https://github.com/apache/pouchdb/issues/1260) for details.) {% include anchor.html class="h3" title="CouchDB returns a 404 for GETs from a CouchApp" hash="404_get_couchapp" %} -Certain URL rewrites are broken by PouchDB's cache-busting; try adding `{cache : false}` to the PouchDB constructor. (See [issue #1233](https://github.com/pouchdb/pouchdb/issues/1233) for details.) +Certain URL rewrites are broken by PouchDB's cache-busting; try adding `{cache : false}` to the PouchDB constructor. (See [issue #1233](https://github.com/apache/pouchdb/issues/1233) for details.) {% include anchor.html class="h3" title="Uncaught TypeError: object is not a function" hash="typeerror_object_is_not_a_function" %} -Did you include the [es6-promise shim library](https://github.com/jakearchibald/es6-promise)? Not every browser implements ES6 Promises correctly. (See [issue #1747](https://github.com/pouchdb/pouchdb/issues/1747) for details.) +Did you include the [es6-promise shim library](https://github.com/jakearchibald/es6-promise)? Not every browser implements ES6 Promises correctly. (See [issue #1747](https://github.com/apache/pouchdb/issues/1747) for details.) {% include anchor.html class="h3" title="SyntaxError: Parse error (Cordova on Android)" hash="cordova_android_parse_error" %} @@ -152,7 +152,7 @@ JSON.parse(JSON.stringify(myDocument)); If the object you get out is the same as the object you put in, then you are storing the right kind of object. -Note that this also means that you cannot store `Date`s in your document. You must convert them to strings or numbers first. `Date`s will be stored as-is in IndexedDB, but in the other adapters and in CouchDB, they will be automatically converted to ISO string format, e.g. `'2015-01-01T12:00:00.000Z'`. This can caused unwanted results. See [#2351](https://github.com/pouchdb/pouchdb/issues/2351) and [#2158](https://github.com/pouchdb/pouchdb/issues/2158) for details. +Note that this also means that you cannot store `Date`s in your document. You must convert them to strings or numbers first. `Date`s will be stored as-is in IndexedDB, but in the other adapters and in CouchDB, they will be automatically converted to ISO string format, e.g. `'2015-01-01T12:00:00.000Z'`. This can caused unwanted results. See [#2351](https://github.com/apache/pouchdb/issues/2351) and [#2158](https://github.com/apache/pouchdb/issues/2158) for details. {% include anchor.html class="h3" title="DOM Exception 18 in Android pre-Kitkat WebView" hash="android_pre_kitkat" %} @@ -262,7 +262,7 @@ WebPack needs to be configured to recognize how to load json files. Simply, inst ```js module: { loaders: [ - // https://github.com/pouchdb/pouchdb/issues/3319 + // https://github.com/apache/pouchdb/issues/3319 { test: /\.json$/, loader: "json-loader" diff --git a/docs/external.md b/docs/external.md index 35cad124bd..d2419b6657 100644 --- a/docs/external.md +++ b/docs/external.md @@ -20,7 +20,7 @@ Plugin for CouchDB's authentication system. Allows decentralized authentication and access control per document, using asymmetric encryption. -#### [PouchDB Collate](https://github.com/pouchdb/pouchdb/tree/master/packages/node_modules/pouchdb-collate) +#### [PouchDB Collate](https://github.com/apache/pouchdb/tree/master/packages/node_modules/pouchdb-collate) Collation functions for PouchDB map/reduce. Used by PouchDB map/reduce to maintain consistent [CouchDB collation ordering](https://wiki.apache.org/couchdb/View_collation). diff --git a/docs/learn.md b/docs/learn.md index c68ccc9db6..6535eb7a6c 100644 --- a/docs/learn.md +++ b/docs/learn.md @@ -8,11 +8,11 @@ PouchDB is an **in-browser database** that allows applications to save data loca PouchDB also runs in **Node.js** and can be used as a direct interface to **CouchDB**-compatible servers. The API works the same in every environment, so you can spend less time worrying about browser differences, and more time writing clean, consistent code. -PouchDB is a free open-source project, written in JavaScript and driven by our [wonderful community](https://github.com/pouchdb/pouchdb/graphs/contributors). If you want to get involved, then check out the [contributing guide](https://github.com/pouchdb/pouchdb/blob/master/CONTRIBUTING.md). +PouchDB is a free open-source project, written in JavaScript and driven by our [wonderful community](https://github.com/apache/pouchdb/graphs/contributors). If you want to get involved, then check out the [contributing guide](https://github.com/apache/pouchdb/blob/master/CONTRIBUTING.md). {% include anchor.html class="h3" title="Browser Support" hash="browser_support" %} -PouchDB supports all modern browsers, using [IndexedDB][] under the hood and falling back to [WebSQL][] where IndexedDB isn't supported. It is [fully tested](https://github.com/pouchdb/pouchdb/actions) and supported in: +PouchDB supports all modern browsers, using [IndexedDB][] under the hood and falling back to [WebSQL][] where IndexedDB isn't supported. It is [fully tested](https://github.com/apache/pouchdb/actions) and supported in: * Firefox 29+ (Including Firefox OS and Firefox for Android) * Chrome 30+