Skip to content

Commit 221108f

Browse files
authored
Merge pull request #62 from kaplanoah/main
Replace broken link to documentation about local and repository workflows
2 parents 0050f61 + 8baa07f commit 221108f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The repo for all _public_ Workflows that appear within Warp and within [commands.dev](https://www.commands.dev/).
44

5-
**To learn how to create local or repository workflows, see [our docs](https://github.com/warpdotdev/warp-internal/pull/2205).**
5+
**To learn how to create local or repository workflows, see [our docs](https://docs.warp.dev/features/workflows#creating-custom-workflows).**
66

77
<img width="736" alt="image" src="https://user-images.githubusercontent.com/4110292/164031239-49f0ec9e-f124-44c4-89e6-6facc9bf9a8f.png">
88

@@ -20,7 +20,7 @@ All public workflows (i.e. workflows within this repo) are also available at [co
2020
## Contributing
2121
Contributions are always welcome! If you have a workflow that would be useful to many Warp users, feel free to send a PR to add a Workflow spec.
2222

23-
All workflows are defined as YAML files within the [`specs/`](specs/) directory.
23+
All workflows are defined as YAML files within the [`specs/`](specs/) directory.
2424

2525
### File Format
2626
A comprehensive description of the file format is available in [FORMAT.md](FORMAT.md).
@@ -54,7 +54,7 @@ source_url: "https://stackoverflow.com/questions/7323261/uninstall-remove-a-home
5454
author: Ory Band
5555
# The URL of original author of the Workflow. For example, if this workflow was generated from StackOverflow, the `author_url` would be the StackOverflow author's profile page.
5656
author_url: "https://stackoverflow.com/users/207894"
57-
# The valid shells where this workflow should be active. If valid for all shells, this can be left empty.
57+
# The valid shells where this workflow should be active. If valid for all shells, this can be left empty.
5858
# See FORMAT.md for the full list of accepted values.
5959
shells: []
6060
```

0 commit comments

Comments
 (0)