remove github references, we are on git.pixelplanet.fun now

This commit is contained in:
HF 2022-06-11 17:08:14 +02:00
parent a448efa806
commit 32253ab9af
4 changed files with 4 additions and 29 deletions

View File

@ -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

View File

@ -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
```

View File

@ -48,7 +48,7 @@ pixels and 7s on already set pixels.`}<br />
{t`Have fun!`}
</p>
<p>Guilded ({t`recommended`}): <a href="./guilded" target="_blank" rel="noopener noreferrer">pixelplanet.fun/guilded</a></p>
<p>{t`Source on `}<a href="https://github.com/pixelplanetdev/pixelplanet" target="_blank" rel="noopener noreferrer">github</a></p>
<p>{t`Source on `}<a href="https://git.pixelplanet.fun" target="_blank" rel="noopener noreferrer">github</a></p>
<p className="modaltitle">{t`Map Data`}</p>
<p className="modaltext">{t`The bare map data that we use, together with converted OpenStreetMap tiles for orientation, \
can be downloaded from mega.nz here: `}<a href="https://mega.nz/#!JpkBwAbJ!EnSLlZmKv3kEBE0HDhakTgAZZycD3ELjduajJxPGaXo">pixelplanetmap.zip</a> (422MB)</p>

View File

@ -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 */