From c2fad5d321ac67a71fb878116eda6ec20f6e50b1 Mon Sep 17 00:00:00 2001 From: Michael Goin Date: Tue, 5 Apr 2022 15:42:45 -0400 Subject: [PATCH] Correct README internal links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54e8bfa51f..112c1f81dd 100644 --- a/README.md +++ b/README.md @@ -62,9 +62,9 @@ Neural Magic's DeepSparse Engine is able to integrate into popular deep learning ## Features -- 🔌 [DeepSparse Server](https://github.com/InquestGeronimo/deepsparse/tree/feature-deepsparse.server/src/deepsparse/server) +- 🔌 [DeepSparse Server](https://github.com/neuralmagic/deepsparse/tree/main/src/deepsparse/server) - 📜 [DeepSparse Benchmark](https://github.com/neuralmagic/deepsparse/tree/main/src/deepsparse/benchmark_model) -- 👩‍💻 [NLP and Computer Vision Tasks Supported](https://github.com/InquestGeronimo/deepsparse/tree/main/examples) +- 👩‍💻 [NLP and Computer Vision Tasks Supported](https://github.com/neuralmagic/deepsparse/tree/main/examples) - 🧰 [CPU Hardware Support for Various Architectures](https://docs.neuralmagic.com/deepsparse/source/hardware.html) ## Installation