Skip to content

Commit cd91709

Browse files
committed
Fix file that was actually wrong to begin with
1 parent 5667958 commit cd91709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
By adding either of these to your SAFE project alongside the [Bulma stylesheet or the Bulma NPM package](https://bulma.io/documentation/overview/start/), you can take full advantage of Bulma.
99

1010
### Using Feliz.Bulma
11-
1. [Add the Feliz.Bulma NuGet package to the solution](./../package-management/add-nuget-package-to-client.md).
11+
1. [Add the Feliz.Bulma NuGet package to the solution](../package-management/add-nuget-package-to-client.md).
1212
1. Start using Feliz.Bulma components in your F# files.
1313
```fsharp
1414
open Feliz.Bulma
@@ -27,4 +27,4 @@ open Fulma
2727
Button.button [] [
2828
str "Click me!"
2929
]
30-
```
30+
```

0 commit comments

Comments
 (0)