From 9d40440638fc43a64ff0fbd0c9ac35194374318a Mon Sep 17 00:00:00 2001 From: Jacob Gilbert Date: Tue, 9 Jul 2024 13:04:04 -0600 Subject: [PATCH] Fix broken link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b544e7e..246e98d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ There are at least four ways you can use SigMF today, thanks to the community-su 1. Within **Python**, using the [official SigMF Python package **sigmf**](https://github.com/sigmf/sigmf-python) available from pip: `pip install sigmf`. 2. Within **C++** using the [header-only C++ library **libsigmf**](https://github.com/sigmf/libsigmf). 3. Within **GNU Radio** using the built-in SigMF [source](https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/grc/blocks_sigmf_source_minimal.block.yml) & [sink](https://github.com/gnuradio/gnuradio/blob/main/gr-blocks/grc/blocks_sigmf_sink_minimal.block.yml) blocks. -4. Manually, using our examples and the [spec itself](sigmf-spec.md), even if it's simply editing a text file. +4. Manually, using our examples and the [spec itself](https://sigmf.github.io/SigMF/sigmf-spec.pdf), even if it's simply editing a text file. ## Contributing