From 85df941f4ecc57fb4232ebcc3932f622751ba3dc Mon Sep 17 00:00:00 2001 From: Jonathan Taylor <181652+motionsuggests@users.noreply.github.com> Date: Thu, 10 Oct 2024 11:59:12 -0400 Subject: [PATCH] Replace fuget with nuget links (#200) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2c66dee2..2e443c2f 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,11 @@ - [Send and receive message as CloudEvents](docs/CloudEvents.md) 🆕 - [Test components that use RockLib.Messaging](https://github.com/RockLib/RockLib.Messaging/tree/main/Examples/Example.Application.Testing) 🆕 - API Reference: - - [RockLib.Messaging](https://www.fuget.org/packages/RockLib.Messaging) - - [RockLib.Messaging.NamedPipes](https://www.fuget.org/packages/RockLib.Messaging.NamedPipes) - - [RockLib.Messaging.SQS](https://www.fuget.org/packages/RockLib.Messaging.SQS) - - [RockLib.Messaging.SNS](https://www.fuget.org/packages/RockLib.Messaging.SNS) - - [RockLib.Messaging.Http](https://www.fuget.org/packages/RockLib.Messaging.Http) - - [RockLib.Messaging.Kafka](https://www.fuget.org/packages/RockLib.Messaging.Kafka) - - [RockLib.Messaging.RabbitMQ](https://www.fuget.org/packages/RockLib.Messaging.RabbitMQ) - - [RockLib.Messaging.CloudEvents](https://www.fuget.org/packages/RockLib.Messaging.CloudEvents) + - [RockLib.Messaging](https://www.nuget.org/packages/RockLib.Messaging) + - [RockLib.Messaging.NamedPipes](https://www.nuget.org/packages/RockLib.Messaging.NamedPipes) + - [RockLib.Messaging.SQS](https://www.nuget.org/packages/RockLib.Messaging.SQS) + - [RockLib.Messaging.SNS](https://www.nuget.org/packages/RockLib.Messaging.SNS) + - [RockLib.Messaging.Http](https://www.nuget.org/packages/RockLib.Messaging.Http) + - [RockLib.Messaging.Kafka](https://www.nuget.org/packages/RockLib.Messaging.Kafka) + - [RockLib.Messaging.RabbitMQ](https://www.nuget.org/packages/RockLib.Messaging.RabbitMQ) + - [RockLib.Messaging.CloudEvents](https://www.nuget.org/packages/RockLib.Messaging.CloudEvents)