From ea818496fb0be2542f801dde012394e705a29c5b Mon Sep 17 00:00:00 2001 From: Vibhakar Solanki Date: Mon, 17 Apr 2023 02:07:35 +0530 Subject: [PATCH] fix link to npmjs for status-page --- docs/packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/packages.md b/docs/packages.md index 72d8f23..2e159dd 100644 --- a/docs/packages.md +++ b/docs/packages.md @@ -12,7 +12,7 @@ This package includes the uptime monitor that sends network requests to ensure t ## `@upptime/status-page` -[![npm version](https://img.shields.io/npm/v/@upptime/status-page)](https://www.npmjs.com/package/@upptime/graphs) [![npm](https://img.shields.io/npm/dw/@upptime/status-page)](https://www.npmjs.com/package/@upptime/status-page) [![GitHub Repo stars](https://img.shields.io/github/stars/upptime/status-page)](https://github.com/upptime/status-page) +[![npm version](https://img.shields.io/npm/v/@upptime/status-page)](https://www.npmjs.com/package/@upptime/status-page) [![npm](https://img.shields.io/npm/dw/@upptime/status-page)](https://www.npmjs.com/package/@upptime/status-page) [![GitHub Repo stars](https://img.shields.io/github/stars/upptime/status-page)](https://github.com/upptime/status-page) This package contains the source code of the status website written in Svelte using Sapper. Users don't directly interact with this package, rather the `@upptime/uptime-monitor` fetches the source code of the static site from here.