From d037b6054b992c5869dea826132c250fb8901c9a Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 6 Dec 2024 11:15:07 +0800 Subject: [PATCH] Updated link for nthnn/n8 into n8lang/n8 --- README.md | 10 +++++----- extension/README.md | 2 +- extension/package.json | 2 +- modules/core@1.0.0/config.sconf | 2 +- site/index.html | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index a58f7a5..a0bcc2e 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@

N8 Programming Language

- Build CI for Linux - Build CI for Darwin - Build CI for Windows - Build CI for WebAssembly - VSCode Extension Build + Build CI for Linux + Build CI for Darwin + Build CI for Windows + Build CI for WebAssembly + VSCode Extension Build

JIT-compiled dynamic general-purpose programming language utilizing OpenMP parallelism with built-in concurrency and unconventional expressiveness. diff --git a/extension/README.md b/extension/README.md index 6baa9c7..1c7f79f 100644 --- a/extension/README.md +++ b/extension/README.md @@ -7,7 +7,7 @@ N8 Syntax Highlighting is a Visual Studio Code extension that provides syntax hi - **Icon Support**: Displays a custom icon for N8 files in the VS Code explorer.

- Screenshot + Screenshot

## License diff --git a/extension/package.json b/extension/package.json index 01a2db9..0df371f 100644 --- a/extension/package.json +++ b/extension/package.json @@ -5,7 +5,7 @@ "version": "0.0.1", "icon": "assets/n8-logo.png", "publisher": "Nathanne Isip", - "repository": "https://github.com/nthnn/n8", + "repository": "https://github.com/n8lang/n8", "engines": { "vscode": "^1.91.0" }, diff --git a/modules/core@1.0.0/config.sconf b/modules/core@1.0.0/config.sconf index 334ce72..2d3858b 100644 --- a/modules/core@1.0.0/config.sconf +++ b/modules/core@1.0.0/config.sconf @@ -19,5 +19,5 @@ name = "core" version = "1.0.0-beta+001" author = ["Nathanne Isip "] description = "The core standard library of N8 programming language." -repository = "https://github.com/nthnn/n8" +repository = "https://github.com/n8lang/n8" platforms = ["windows", "linux", "darwin"] diff --git a/site/index.html b/site/index.html index db95e32..1ce16f1 100644 --- a/site/index.html +++ b/site/index.html @@ -28,7 +28,7 @@