From 4d8e5a1d507a07854eb99ee7bc53a79a6c1bd559 Mon Sep 17 00:00:00 2001 From: Josh Lieberman Date: Fri, 14 Oct 2022 16:29:57 -0400 Subject: [PATCH] Update README.md Fix license link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a9e66..36066ea 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # SCETE 35 Decoder [![Build Status](https://github.com/nfl/scte35/workflows/Java%20CI%20with%20Gradle/badge.svg)] -[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nfl/scte35decoder/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/nfl/scte35/blob/master/LICENSE) Java library that handles decoding strings that follow the SCTE 35 Standard: https://en.wikipedia.org/wiki/SCTE-35. The result is an Plain Old Java Object of type `SpliceInfoSection`