Skip to content

Commit

Permalink
feat: update penumbra-www links to limulus-dot-net
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Nov 21, 2024
1 parent cd979fa commit c26460e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@limulus/penumbra-www",
"name": "@limulus/limulus-dot-net",
"version": "1.0.0",
"description": "Penumbra Website",
"description": "limulus.net",
"main": "index.js",
"type": "module",
"scripts": {
Expand All @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/limulus/penumbra-www.git"
"url": "git+https://github.com/limulus/limulus-dot-net.git"
},
"author": {
"name": "Eric McCarthy",
Expand All @@ -28,9 +28,9 @@
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/limulus/penumbra-www/issues"
"url": "https://github.com/limulus/limulus-dot-net/issues"
},
"homepage": "https://github.com/limulus/penumbra-www#readme",
"homepage": "https://github.com/limulus/limulus-dot-net#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion www/penumbra/journal/canvas-and-matrices/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ template.innerHTML = /* HTML */ `
<figure>
<figcaption>
<a
href="https://github.com/limulus/penumbra-www/tree/bb3fc6bc3a35db3e7abe249f3838152e116e79f7/src/pixel-clock"
href="https://github.com/limulus/limulus-dot-net/tree/bb3fc6bc3a35db3e7abe249f3838152e116e79f7/src/pixel-clock"
>
<code>&lt;pixel-clock&gt;</code>
</a>
Expand Down
2 changes: 1 addition & 1 deletion www/penumbra/journal/ray-sphere-interactions/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ template.innerHTML = /* HTML */ `
<figure>
<figcaption>
<a
href="https://github.com/limulus/penumbra-www/tree/bb3fc6bc3a35db3e7abe249f3838152e116e79f7/src/sphere-shadow"
href="https://github.com/limulus/limulus-dot-net/tree/bb3fc6bc3a35db3e7abe249f3838152e116e79f7/src/sphere-shadow"
>
<code>&lt;sphere-shadow&gt;</code>
</a>
Expand Down
6 changes: 5 additions & 1 deletion www/penumbra/journal/rust/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,14 @@ breaking apart the repository into three repositories. There’s now the [penumb
the core library, [penumbra-www] for this website, and [touch-pad] which is now available as
an independent [npm package].

_Update 2024-11-20: The `penumbra-www` repo has been promoted to the main repo for all of
limulus.net! It’s been renamed to [limulus-dot-net]._

[penumbra]: https://github.com/limulus/penumbra
[penumbra-www]: https://github.com/limulus/penumbra
[penumbra-www]: https://github.com/limulus/penumbra-www
[touch-pad]: https://github.com/limulus/touch-pad
[npm package]: https://www.npmjs.com/package/touch-pad
[limulus-dot-net]: https://github.com/limulus/limulus-dot-net

## What’s Next?

Expand Down
4 changes: 2 additions & 2 deletions www/penumbra/journal/rust/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ template.innerHTML = /* HTML */ `
<div class="figures">
<figure>
<figcaption>
<a href="https://github.com/limulus/penumbra-www/tree/542b248/src/sphere-shadow">
<a href="https://github.com/limulus/limulus-dot-net/tree/542b248/src/sphere-shadow">
<code>&lt;sphere-shadow&gt;</code>
</a>
</figcaption>
Expand All @@ -16,7 +16,7 @@ template.innerHTML = /* HTML */ `
<figure>
<figcaption>
<a
href="https://github.com/limulus/penumbra-www/tree/542b248/src/sphere-shadow-wasm"
href="https://github.com/limulus/limulus-dot-net/tree/542b248/src/sphere-shadow-wasm"
>
<code>&lt;sphere-shadow-wasm&gt;</code>
</a>
Expand Down
2 changes: 1 addition & 1 deletion www/penumbra/journal/tuples/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ template.innerHTML = /* HTML */ `
<figure>
<figcaption>
<a
href="https://github.com/limulus/penumbra-www/blob/bb3fc6bc3a35db3e7abe249f3838152e116e79f7/src/projectile-cannon/index.ts"
href="https://github.com/limulus/limulus-dot-net/blob/bb3fc6bc3a35db3e7abe249f3838152e116e79f7/src/projectile-cannon/index.ts"
><code>&lt;projectile-cannon&gt;</code></a
>
</figcaption>
Expand Down

0 comments on commit c26460e

Please sign in to comment.