Skip to content

Commit 6271c15

Browse files
committed
fix(recipes): update AstroCommunity links for recipes
1 parent 58442f9 commit 6271c15

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/recipes/mappings.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ return {
7474

7575
:::tip
7676

77-
This is available in the [AstroCommunity](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/snacks-lsp-mappings)
77+
This is available in the [AstroCommunity](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/picker-lsp-mappings)
7878

7979
```lua title="lua/community.lua" ins={3}
8080
return {
8181
"AstroNvim/astrocommunity",
82-
{ import = "astrocommunity.recipes.snacks-lsp-mappings" },
82+
{ import = "astrocommunity.recipes.picker-lsp-mappings" },
8383
}
8484
```
8585

src/content/docs/recipes/picker_theme.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ title: NvChad Snacks.Picker Theme
55

66
:::tip
77

8-
This is available in the [AstroCommunity](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/snacks-nvchad-theme)
8+
This is available in the [AstroCommunity](https://github.com/AstroNvim/astrocommunity/tree/main/lua/astrocommunity/recipes/picker-nvchad-theme)
99

1010
```lua title="lua/community.lua" ins={3}
1111
return {
1212
"AstroNvim/astrocommunity",
13-
{ import = "astrocommunity.recipes.snacks-nvchad-theme" },
13+
{ import = "astrocommunity.recipes.picker-nvchad-theme" },
1414
}
1515
```
1616

0 commit comments

Comments
 (0)