From 726b4ce5c40ec07e79af8c24eeadee1fe6649cf6 Mon Sep 17 00:00:00 2001 From: James Bayly Date: Wed, 10 Apr 2024 09:45:20 +1200 Subject: [PATCH] Update Peaq/peaq-starter/package.json --- Peaq/peaq-starter/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Peaq/peaq-starter/package.json b/Peaq/peaq-starter/package.json index ee2d65d..6cd74e1 100644 --- a/Peaq/peaq-starter/package.json +++ b/Peaq/peaq-starter/package.json @@ -1,7 +1,7 @@ { "name": "peaq-starter", "version": "1.0.0", - "description": "A basic Frontier EVM example project with an event and call handler. Read more about this at https://university.subquery.network/create/frontier/. This project can be use as a starting point for developing your SubQuery project", + "description": "A basic Frontier EVM example project with an event and call handler. Read more about this at https://academy.subquery.network/create/frontier/. This project can be use as a starting point for developing your SubQuery project", "main": "dist/index.js", "scripts": { "build": "subql build",