From 53a445b1f4e9a5649c6da7d3c853ef3057a5cd1e Mon Sep 17 00:00:00 2001 From: Ayush Saha <160033408+skyeyeye@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:34:21 +0530 Subject: [PATCH] Fix status badges in README.md Updated build and dependency status links in README,the links are seem to be broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e20dd9..5bff896 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | **Build** | **Dependency** | |-----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------| -| [![Build Status](https://secure.travis-ci.org/auth0/node-jsonwebtoken.svg?branch=master)](http://travis-ci.org/auth0/node-jsonwebtoken) | [![Dependency Status](https://david-dm.org/auth0/node-jsonwebtoken.svg)](https://david-dm.org/auth0/node-jsonwebtoken) | +| [![Build Status]() | [![Dependency Status]() | An implementation of [JSON Web Tokens](https://tools.ietf.org/html/rfc7519).