Skip to content

Commit

Permalink
docs: Update examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jul 17, 2024
1 parent dc0aaec commit 434c1b4
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tools/bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
bun = "https://github.com/moonrepo/bun-plugin/releases/download/vX.Y.Z/bun_tool.wasm"
bun = "https://github.com/moonrepo/tools/releases/download/bun_tool-vX.Y.Z/bun_tool.wasm"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
deno = "https://github.com/moonrepo/deno-plugin/releases/download/vX.Y.Z/deno_tool.wasm"
deno = "https://github.com/moonrepo/tools/releases/download/deno_tool-vX.Y.Z/deno_tool.wasm"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
go = "https://github.com/moonrepo/go-plugin/releases/download/vX.Y.Z/go_tool.wasm"
go = "https://github.com/moonrepo/tools/releases/download/go_tool-vX.Y.Z/go_tool.wasm"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/internal-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
internal-schema = "https://github.com/moonrepo/schema-plugin/releases/download/vX.Y.Z/schema_tool.wasm"
internal-schema = "https://github.com/moonrepo/tools/releases/download/schema_tool-vX.Y.Z/schema_tool.wasm"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/node-depman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
npm|pnpm|yarn = "https://github.com/moonrepo/node-plugin/releases/download/vX.Y.Z/node_depman_tool.wasm"
npm|pnpm|yarn = "https://github.com/moonrepo/tools/releases/download/node_depman_tool-vX.Y.Z/node_depman_tool.wasm"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
node = "https://github.com/moonrepo/node-plugin/releases/download/vX.Y.Z/node_tool.wasm"
node = "https://github.com/moonrepo/tools/releases/download/node_tool-vX.Y.Z/node_tool.wasm"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
python = "https://github.com/moonrepo/python-plugin/releases/download/vX.Y.Z/python_tool.wasm"
python = "https://github.com/moonrepo/tools/releases/download/python_tool-vX.Y.Z/python_tool.wasm"
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion tools/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This plugin is built-in to proto, but if you want to override it with an explici

```toml
[plugins]
rust = "https://github.com/moonrepo/rust-plugin/releases/download/vX.Y.Z/rust_tool.wasm"
rust = "https://github.com/moonrepo/tools/releases/download/rust_tool-vX.Y.Z/rust_tool.wasm"
```

## Configuration
Expand Down

0 comments on commit 434c1b4

Please sign in to comment.