Skip to content

Commit

Permalink
fix: brainshare plugin url
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Sep 27, 2023
1 parent 617c8b1 commit ff2965e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent-explore/src/pages/settings/Plugins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { IAgentExplorerPlugin } from '@veramo-community/agent-explorer-plugin'
const communityPlugins: IAgentExplorerPlugin[] = [
{
config: {
url: 'https://cdn.jsdelivr.net/gh/veramolabs/brainshare-agent-explorer-plugin/dist/plugin.js',
url: 'https://cdn.jsdelivr.net/gh/veramolabs/agent-explorer-plugin-brainshare@main/dist/plugin.js',
enabled: true,
},
name: 'Brain share',
Expand Down

0 comments on commit ff2965e

Please sign in to comment.