Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Oct 18, 2024
1 parent 2283235 commit a863635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To migrate from `buf-breaking-action` to `buf-action`, refer to the table below
| `input` | `input` | Unchanged. The input directory to be linted. Defaults to the current directory. See the [README](./README.md#specify-the-input-directory) for more details on specifying inputs. |
| `against` | `breaking_against` | Renamed. Specifies the reference to check breaking changes against. |
| `buf_input_https_username`| N/A | Removed. The username is not required for login. |
| `buf_input_https_password`| N/A | Removed. To support multiple registries use the mulitple format of `BUF_TOKEN` as an enviornemt variable. See the [buf token formats documentation][buf_token_formats] for more details. |
| `buf_input_https_password`| N/A | Removed. To support multiple registries use the mulitple format of `BUF_TOKEN` as an enviornemt variable. See the [buf token formats documentation][buf-token-formats] for more details. |
| `buf_token` | `token` | Renamed. Buf API token for BSR requests. |

Example migration:
Expand Down Expand Up @@ -135,5 +135,5 @@ For example:
[buf-lint]: https://github.com/marketplace/actions/buf-lint
[buf-push]: https://github.com/marketplace/actions/buf-push
[git-metadata]: https://buf.build/docs/reference/cli/buf/push/?h=git+metadata#git-metadata
[buf_token_formats]: https://buf.build/docs/bsr/authentication/#buf_token-formats
[commit-labels]: https://buf.build/docs/concepts/commits-labels/
[buf-token-formats]: https://buf.build/docs/bsr/authentication/#buf_token-formats
[commits-labels]: https://buf.build/docs/concepts/commits-labels/

0 comments on commit a863635

Please sign in to comment.