From 82d9ebc0c8c565fcfcf9e9b1f16751ba58597b7e Mon Sep 17 00:00:00 2001 From: MechanicalGhost Date: Fri, 17 Dec 2021 15:12:11 -0500 Subject: [PATCH] Update Readme.md Added the correct hyperlinks for the examples. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49e4556..e711c95 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Oracles are useful here in order to move information from traditional APIs to so ## Tutorial and Examples - [Tutorial](docs/tutorial.md) - step-by-step setup of a sample oracle for retrieving the temperature in different cities. -- [Dfinity Weather Oracle Example](https://github.com/hyplabs/dfinity-weather-oracle) - a complete working example oracle for retrieving various weather conditions in 20 different cities. -- [Dfinity Crypto Oracle Example](https://github.com/hyplabs/dfinity-crypto-oracle) - a complete working example oracle for retrieving current ETH and BTC prices. +- [Dfinity Weather Oracle Example](https://github.com/hyplabs/dfinity-oracle-weather) - a complete working example oracle for retrieving various weather conditions in 20 different cities. +- [Dfinity Crypto Oracle Example](https://github.com/hyplabs/dfinity-oracle-crypto) - a complete working example oracle for retrieving current ETH and BTC prices. ## Framework Reference