From 2dc017111cefe25584e0eca5979970750f8ae66d Mon Sep 17 00:00:00 2001 From: Joel Dixon Date: Wed, 18 Feb 2026 15:43:54 -0600 Subject: [PATCH] Remove links to our internal datastore-service repo. --- README.md | 3 +-- examples/overview/README.md | 2 +- examples/system/README.md | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a78c91..4f01176 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,7 @@ # Measurement Data Services API for Python `datastore-python` contains Python code for writing to and reading from -[NI Measurement Data Services](https://github.com/ni/datastore-service). -It will include examples of how to use the Python API. +NI Measurement Data Store. It will include examples of how to use the Python API. # About diff --git a/examples/overview/README.md b/examples/overview/README.md index 4e5e17a..aa317f1 100644 --- a/examples/overview/README.md +++ b/examples/overview/README.md @@ -1,7 +1,7 @@ # Overview Example `overview` contains sample Python code for writing to and reading from -the [NI Measurement Data Store](https://github.com/ni/datastore-service). +the NI Measurement Data Store. ## Required Software diff --git a/examples/system/README.md b/examples/system/README.md index 585b8d3..d20168a 100644 --- a/examples/system/README.md +++ b/examples/system/README.md @@ -2,7 +2,7 @@ `system` contains sample Python code for detecting system hardware and software resources and publishing their metadata to the -[NI Measurement Data Store](https://github.com/ni/datastore-service). +NI Measurement Data Store. ## Required Software