From 32253ab9afc91c2796e57a084bd8fa7fbd93431b Mon Sep 17 00:00:00 2001 From: HF Date: Sat, 11 Jun 2022 17:08:14 +0200 Subject: [PATCH] remove github references, we are on git.pixelplanet.fun now --- .github/workflows/nodejs.yml | 25 ------------------------- README.md | 4 ++-- src/components/windows/Help.jsx | 2 +- src/controls/VoxelPainterControls.js | 2 +- 4 files changed, 4 insertions(+), 29 deletions(-) delete mode 100644 .github/workflows/nodejs.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index 5ea7a21..0000000 --- a/.github/workflows/nodejs.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Node CI - -on: [push] - -jobs: - build: - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [14.x, 15.x, 16.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install and build - run: | - npm ci - npm run build --if-present - env: - CI: true diff --git a/README.md b/README.md index f4c8d54..d0db8f9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PixelPlanet.fun -[![Guilded](https://img.shields.io/badge/Discord-Support-blue.svg)](https://pixelplanet.fun/guilded) ![](https://github.com/pixelplanetdev/pixelplanet/workflows/Node%20CI/badge.svg) +[![Guilded](https://img.shields.io/badge/Discord-Support-blue.svg)](https://pixelplanet.fun/guilded) Official repository of [pixelplanet.fun](http://www.pixelplanet.fun). @@ -31,7 +31,7 @@ Click or tab: Place Pixel Checkout repository ``` -git clone https://github.com/pixelplanetdev/pixelplanet.git +git clone https://git.pixelplanet.fun/ppfun/pixelplanet.git cd pixelplanet ``` diff --git a/src/components/windows/Help.jsx b/src/components/windows/Help.jsx index 57fa236..ea5185a 100644 --- a/src/components/windows/Help.jsx +++ b/src/components/windows/Help.jsx @@ -48,7 +48,7 @@ pixels and 7s on already set pixels.`}
{t`Have fun!`}

Guilded ({t`recommended`}): pixelplanet.fun/guilded

-

{t`Source on `}github

+

{t`Source on `}github

{t`Map Data`}

{t`The bare map data that we use, together with converted OpenStreetMap tiles for orientation, \ can be downloaded from mega.nz here: `}pixelplanetmap.zip (422MB)

diff --git a/src/controls/VoxelPainterControls.js b/src/controls/VoxelPainterControls.js index f6cf0ef..68f056a 100644 --- a/src/controls/VoxelPainterControls.js +++ b/src/controls/VoxelPainterControls.js @@ -10,7 +10,7 @@ * * Changes for smooth key movement from * - * @author hf / http://github.com/pixelplanetdev + * @author hf / http://git.pixelplanet.fun/hf */ /* eslint-disable no-console */