diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-27 13:00:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-27 13:00:19 -0700 |
commit | a7c297aadf35dec8fe1b3c46b6379e6f78a3c6c7 (patch) | |
tree | d6d511bf64bada970f0864c4c308682e3c1d4eea /CONTRIBUTING.md | |
parent | 923995f7840586edf6097ebbc6e1e0f8b0e7771d (diff) | |
download | sncontinue-a7c297aadf35dec8fe1b3c46b6379e6f78a3c6c7.tar.gz sncontinue-a7c297aadf35dec8fe1b3c46b6379e6f78a3c6c7.tar.bz2 sncontinue-a7c297aadf35dec8fe1b3c46b6379e6f78a3c6c7.zip |
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7166411..b1270537 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,7 +64,7 @@ If editing the VS Code extension (`/extension` directory) or GUI (`/extension/re ### Writing Steps -A Step can be used as a custom slash command, or called otherwise in a `Policy`. See the [steps README](./continuedev/src/continuedev/steps/README.md) to learn how to write a Step. +A Step can be used as a custom slash command, or called otherwise in a `Policy`. See the [steps README](./continuedev/src/continuedev/plugins/steps/README.md) to learn how to write a Step. ### Writing Context Providers |