Skip to content

Commit a17490f

Browse files
Update Meta Utils location
1 parent 0f9ec05 commit a17490f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/recipes/package-management/opt-out-of-meta-packages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ This will remove the Meta packages from paket.lock, and may, depending on how up
8989

9090
If you are using any of the code supplied by the Meta packages, you need to copy the code into your own project:
9191

92-
Navigate to the [SAFE.Meta repository](https://github.com/SAFE-Stack/SAFE.Meta) and copy the following files into your repository:
92+
Navigate to the [SAFE.Utils repository](https://github.com/SAFE-Stack/SAFE.Utils) and copy the following files into your repository:
9393

94-
* src/SAFE.Client/SAFE.fs -> src/Client/SAFE.fs
95-
* src/SAFE.Server/SAFE.fs -> src/Server/SAFE.fs
94+
* src/Client/SAFE.fs -> src/Client/SAFE.fs
95+
* src/Server/SAFE.fs -> src/Server/SAFE.fs
9696

9797
and update the corresponding project files:
9898

@@ -146,4 +146,4 @@ You're now able to remove any dependencies you do not need with Paket.
146146

147147
```bash
148148
dotnet paket remove <package-name>
149-
```
149+
```

0 commit comments

Comments
 (0)