From 42321e162cde12a16db99bc19ff7f542b7b3eb39 Mon Sep 17 00:00:00 2001 From: Ian Purton <36966+ianpurton@users.noreply.github.com> Date: Fri, 17 Mar 2023 08:00:51 +0100 Subject: [PATCH] fix: Update devcontainer-template.json --- nails-devcontainer/devcontainer-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nails-devcontainer/devcontainer-template.json b/nails-devcontainer/devcontainer-template.json index a7b0535b..b56d9e93 100644 --- a/nails-devcontainer/devcontainer-template.json +++ b/nails-devcontainer/devcontainer-template.json @@ -2,10 +2,10 @@ "id": "rust-on-nails", "version": "1.0.0", "name": "Rust on Nails", - "description": "Build full stack web applications in Rust", + "description": "Build full stack web applications in Rust https://rust-on-nails.com", "documentationURL": "https://rust-on-nails", "licenseURL": "https://github.com/purton-tech/rust-on-nails/blob/main/LICENCE.md", "platforms": [ "Any" ] -} \ No newline at end of file +}