Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: remove stale reference to plugins page #5414

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

Murderlon
Copy link
Member

Closes #5402

@Murderlon Murderlon requested a review from aduh95 August 19, 2024 08:16
Copy link
Contributor

Diff output files
diff --git a/packages/@uppy/core/lib/Uppy.js b/packages/@uppy/core/lib/Uppy.js
index de40894..afd06a8 100644
--- a/packages/@uppy/core/lib/Uppy.js
+++ b/packages/@uppy/core/lib/Uppy.js
@@ -836,7 +836,7 @@ export class Uppy {
     const existsPluginAlready = this.getPlugin(pluginId);
     if (existsPluginAlready) {
       const msg = `Already found a plugin named '${existsPluginAlready.id}'. ` + `Tried to use: '${pluginId}'.\n`
-        + "Uppy plugins must have unique `id` options. See https://uppy.io/docs/plugins/#id.";
+        + "Uppy plugins must have unique `id` options.";
       throw new Error(msg);
     }
     if (Plugin.VERSION) {

@aduh95 aduh95 merged commit abcab37 into main Aug 20, 2024
17 checks passed
@aduh95 aduh95 deleted the stale-plugins-docs branch August 20, 2024 17:29
@github-actions github-actions bot mentioned this pull request Aug 20, 2024
github-actions bot added a commit that referenced this pull request Aug 21, 2024
| Package           | Version | Package           | Version |
| ----------------- | ------- | ----------------- | ------- |
| @uppy/core        |   4.1.2 | @uppy/transloadit |   4.1.0 |
| @uppy/status-bar  |   4.0.3 | uppy              |   4.2.0 |
| @uppy/svelte      |   4.0.1 |                   |         |

- @uppy/status-bar: show upload button when files are recovered (Merlijn Vos / #5418)
- meta: Bump docker/build-push-action from 6.6.1 to 6.7.0 (dependabot[bot] / #5413)
- docs: remove stale reference to plugins page (Merlijn Vos / #5414)
- @uppy/transloadit: add execution_progress to AssemblyResponse type (Merlijn Vos / #5420)
- @uppy/svelte: fix exports condition (Merlijn Vos / #5416)
- @uppy/transloadit: fix check if all files have been removed (Merlijn Vos / #5419)
- examples: remove `useUppy` from React Native example (Mikael Finstad / #5405)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plugin link is broken in Readme
2 participants