Skip to content

Commit

Permalink
fix(docs): rename local file sync
Browse files Browse the repository at this point in the history
  • Loading branch information
wrussell1999 committed Dec 11, 2024
1 parent 95eb97d commit d40eb34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ micronaut:
- /path/to/your/flows
```

For more information, check out the [dedicated guide](../15.how-to-guides/local-file-sync.md).
For more information, check out the [dedicated guide](../15.how-to-guides/local-flow-sync.md).

## Plugins

Expand Down
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ export default defineNuxtConfig({
'/docs/migration-guide/volume-mount': {redirect: '/docs/migration-guide/0.17.0/volume-mount'},
'/docs/how-to-guides/errors': {redirect: '/docs/workflow-components/errors'},
'/docs/how-to-guides/python-pip': {redirect: '/docs/how-to-guides/python'},
'/docs/how-toguides/local-file-sync': {redirect: '/docs/how-to-guides/local-flow-sync'},
'/docs/how-to-guides/google-spreadsheets': {redirect: '/docs/how-to-guides/google-sheets'},
'/docs/developer-guide/': {redirect: '/docs'},
'/docs/developer-guide/storage': {redirect: '/docs/concepts/storage'},
Expand Down

0 comments on commit d40eb34

Please sign in to comment.