Skip to content

Commit cd862f5

Browse files
committed
fix weird relative links that .. too far
1 parent ee70d84 commit cd862f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/v4-recipes/client-server/fable-remoting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#### 1. Install NuGet Packages
77
Add [Fable.Remoting.Giraffe](https://www.nuget.org/packages/Fable.Remoting.Giraffe/) to the Server and [Fable.Remoting.Client](https://www.nuget.org/packages/Fable.Remoting.Client/) to the Client.
88

9-
> See [How Do I Add a NuGet Package to the Server](../../v4-recipes/package-management/add-nuget-package-to-server.md)
10-
> and [How Do I Add a NuGet Package to the Client](../../v4-recipes/package-management/add-nuget-package-to-client.md).
9+
> See [How Do I Add a NuGet Package to the Server](../package-management/add-nuget-package-to-server.md)
10+
> and [How Do I Add a NuGet Package to the Client](../package-management/add-nuget-package-to-client.md).
1111
1212
#### 2. Create the API protocol
1313
You now need to create the protocol, or contract, of the API we’ll be creating. Insert the following below the `Route` module in `Shared.fs`:

docs/v4-recipes/ui/add-bulma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Bulma.button.button [
1919
```
2020

2121
### Using Fulma
22-
1. [Add the Fulma NuGet package to the solution](./../package-management/add-nuget-package-to-client.md).
22+
1. [Add the Fulma NuGet package to the solution](../package-management/add-nuget-package-to-client.md).
2323
1. Start using Fulma components in your F# files.
2424
```fsharp
2525
open Fulma

0 commit comments

Comments
 (0)