Skip to content

Commit 1cc70ce

Browse files
committed
docs: point WordPress installs to plugin directory
1 parent dc46443 commit 1cc70ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ All SDKs follow the same universal interface: `init`, `captureException`, `captu
8989
| Android | `com.debugbundle:debugbundle-android` | Maven or Gradle dependency | [Android SDK](https://debugbundle.com/docs/sdks/android) |
9090
| iOS | `DebugBundle` | Swift Package Manager or CocoaPods | [iOS SDK](https://debugbundle.com/docs/sdks/swift) |
9191
| React Native | `@debugbundle/sdk-react-native` | `npm install @debugbundle/sdk-react-native` | [React Native SDK](https://debugbundle.com/docs/sdks/react-native) |
92-
| WordPress | `debugbundle-wordpress` | GitHub Release ZIP | [WordPress plugin](https://debugbundle.com/docs/integrations/wordpress) |
92+
| WordPress | `debugbundle-wordpress` | WordPress.org plugin directory | [WordPress plugin](https://debugbundle.com/docs/integrations/wordpress) |
9393

9494
### Node.js
9595

@@ -238,7 +238,7 @@ net/http, Gin, Echo, slog, zap, zerolog, local file transport, remote capture po
238238

239239
### WordPress
240240

241-
Install the plugin ZIP from the `debugbundle-wordpress` GitHub Release, then open **Settings -> DebugBundle** and save your project token. The plugin bundles backend PHP capture, frontend browser capture, and a WordPress REST relay so the project token stays server-side.
241+
Install **DebugBundle** from the [WordPress.org plugin directory](https://wordpress.org/plugins/debugbundle/), then open **Settings -> DebugBundle** and save your project token. The plugin bundles backend PHP capture, frontend browser capture, and a WordPress REST relay so the project token stays server-side.
242242

243243
## CLI, API, and MCP
244244

0 commit comments

Comments
 (0)