Skip to content

Commit 9fa5954

Browse files
committed
Fix Readme url syntax.
1 parent 6d35ed4 commit 9fa5954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ var results = await "https://graphql-star-wars.azurewebsites.net/api/graphql"
5151

5252
### Now Flurl v4.0+ compatible
5353
FlurlGraphQL is now fullup updated to support Flurl v4.0+ with some significant performance improvements. Just as when upgrading to Flurl v4+,
54-
there may be breaking changes such as those highlighted in the (Flurl upgrade docs)[https://flurl.dev/docs/upgrade/].
54+
there may be breaking changes such as those highlighted in the [Flurl upgrade docs](https://flurl.dev/docs/upgrade/).
5555

5656
#### Key Changes are:
5757
- Namespace, Project/Library, and NuGet name has now been simplified to `FlurlGraphQL` (vs `FlurlGraphQL.Querying` in v1.x).
5858
- Default Json processing now uses System.Text.Json for serialization/de-serialization.
5959
- The use of System.Text.Json brings along numerous changes associated with its use so it is best to refer to
60-
(Microsoft's migration guide here)[https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-6-0].
60+
[Microsoft's migration guide here](https://learn.microsoft.com/en-us/dotnet/standard/serialization/system-text-json/migrate-from-newtonsoft?pivots=dotnet-6-0).
6161
- `System.Text.Json` processing with Json transformation strategy is now **~10X faster** than the original Newtonsoft.Json processing
6262
- The new `Newtonsoft.Json` processing has also been optimized and which now benchmarks at **~2X faster** *-- using the new Json transformation strategy (vs Converter)*.
6363
- No longer need to manage Json configuration separately from the core Flurl configuration. We now dynamically initialize the Json Serializer using

0 commit comments

Comments
 (0)