Skip to content

Commit eaec123

Browse files
committed
format url
1 parent 4ccab26 commit eaec123

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ What happens:
8282
- Editing files under `src/web/src/widgets/*.tsx` triggers a rebuild; the next widget render will use the updated code without restarting the server.
8383

8484
Notes:
85-
- You can get your `APIFY_TOKEN` from https://console.apify.com/settings/integrations
85+
- You can get your `APIFY_TOKEN` from [Apify Console](https://console.apify.com/settings/integrations)
8686
- Widget discovery happens when the server connects. Changing widget code is hot-reloaded; adding brand-new widget filenames typically requires reconnecting the MCP client (or restarting the server) to expose the new resource.
8787
- You can preview widgets quickly via the local esbuild dev server at `http://localhost:3000/index.html`.
8888

@@ -94,7 +94,7 @@ This repository includes a `.mcp.json` configuration file that allows you to use
9494

9595
To use the Storybook MCP server (or any other MCP server that requires authentication), you need to configure your Apify API token in Claude Code's settings:
9696

97-
1. Get your Apify API token from https://console.apify.com/settings/integrations
97+
1. Get your Apify API token from [Apify Console](https://console.apify.com/settings/integrations)
9898
2. Create or edit `.claude/settings.local.json` file
9999
3. Add the following environment variable configuration:
100100

0 commit comments

Comments
 (0)