Skip to content

Commit

Permalink
Updated link for nthnn/n8 into n8lang/n8
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Dec 6, 2024
1 parent bd89c70 commit d037b60
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<h1 align="center">N8 Programming Language</h1>

<p align="center">
<img alt="Build CI for Linux" src="https://github.com/nthnn/n8/actions/workflows/build_ci_linux.yml/badge.svg" />
<img alt="Build CI for Darwin" src="https://github.com/nthnn/n8/actions/workflows/build_ci_darwin.yml/badge.svg" />
<img alt="Build CI for Windows" src="https://github.com/nthnn/n8/actions/workflows/build_ci_windows.yml/badge.svg" />
<img alt="Build CI for WebAssembly" src="https://github.com/nthnn/n8/actions/workflows/build_ci_wasm.yml/badge.svg" />
<img alt="VSCode Extension Build" src="https://github.com/nthnn/n8/actions/workflows/build_ci_vsce.yml/badge.svg" />
<img alt="Build CI for Linux" src="https://github.com/n8lang/n8/actions/workflows/build_ci_linux.yml/badge.svg" />
<img alt="Build CI for Darwin" src="https://github.com/n8lang/n8/actions/workflows/build_ci_darwin.yml/badge.svg" />
<img alt="Build CI for Windows" src="https://github.com/n8lang/n8/actions/workflows/build_ci_windows.yml/badge.svg" />
<img alt="Build CI for WebAssembly" src="https://github.com/n8lang/n8/actions/workflows/build_ci_wasm.yml/badge.svg" />
<img alt="VSCode Extension Build" src="https://github.com/n8lang/n8/actions/workflows/build_ci_vsce.yml/badge.svg" />
</p>

JIT-compiled dynamic general-purpose programming language utilizing OpenMP parallelism with built-in concurrency and unconventional expressiveness.
Expand Down
2 changes: 1 addition & 1 deletion extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img alt="Screenshot" src="https://raw.githubusercontent.com/nthnn/n8/refs/heads/main/extension/assets/screenshot.png" />
<img alt="Screenshot" src="https://raw.githubusercontent.com/n8lang/n8/refs/heads/main/extension/assets/screenshot.png" />
</p>

## License
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/[email protected]/config.sconf
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ name = "core"
version = "1.0.0-beta+001"
author = ["Nathanne Isip <[email protected]>"]
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"]
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h6 class="navbar-brand shimmer mt-2" href="#">N8 <span class="desktop-only">Pro
<a class="nav-link mx-3" href="download.html">Download</a>
<a class="nav-link mx-3" href="documentations.html">Documentations</a>
<a class="nav-link mx-3" href="references.html">References</a>
<a class="nav-link mx-3" href="https://github.com/nthnn/n8" target="_blank">GitHub</a>
<a class="nav-link mx-3" href="https://github.com/n8lang/n8" target="_blank">GitHub</a>
</ul>
</div>
</div>
Expand Down

0 comments on commit d037b60

Please sign in to comment.