Skip to content

Commit

Permalink
fix URI (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeheat authored Apr 6, 2023
1 parent 52c6d2a commit c0d9ee9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| 🇺🇸 [English](README.md) | 🇷🇺 [Russian](README_RU.md) | 🇵🇹 [Portuguese](README_PT.md) |
| ----------------------- | -------------------------- | ---------------------------- |

A Minecraft client running in a web page. **Live demo at https://webclient.prismarine.js.org/**
A Minecraft client running in a web page. **Live demo at https://prismarinejs.github.io/prismarine-web-client/**


## How it Works
Expand All @@ -22,7 +22,7 @@ Check these modules if you want to understand more how it works and contribute!
![Screenshot of prismarine-web-client in action](screenshot.png)

## Live Demo
Click on this link to open it in your browser, no installation necessary: https://webclient.prismarine.js.org/
Click on this link to open it in your browser, no installation necessary: https://prismarinejs.github.io/prismarine-web-client/

*Tested on Chrome & Firefox for desktop platforms.*

Expand Down
4 changes: 2 additions & 2 deletions README_PT.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| 🇺🇸 [English](README.md) | 🇷🇺 [Russian](README_RU.md) | 🇵🇹 [Portuguese](README_PT.md) |
| ----------------------- | -------------------------- | ---------------------------- |

Um cliente de Minecraft a funcionar numa página web. **Demostração em https://webclient.prismarine.js.org/**
Um cliente de Minecraft a funcionar numa página web. **Demostração em https://prismarinejs.github.io/prismarine-web-client/**

## Como funciona
prismarine-web-client executa mineflayer e prismarine-viewer no teu navegador, que se conecta por WebSocket a uma proxy
Expand All @@ -21,7 +21,7 @@ Da uma olhada nestes módulos se quiseres entender mais sobre como isto funciona
![Captura de tela do prismarine-web-client em ação](screenshot.png)

## Demostração ao vivo
Clica neste endereço para o abrires no navegador, sem instalação necessária: https://webclient.prismarine.js.org/
Clica neste endereço para o abrires no navegador, sem instalação necessária: https://prismarinejs.github.io/prismarine-web-client/

*Testado no Chrome & Firefox para plataformas desktop.*

Expand Down
4 changes: 2 additions & 2 deletions README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
| 🇺🇸 [English](README.md) | 🇷🇺 [Russian](README_RU.md) | 🇵🇹 [Portuguese](README_PT.md) |
| ----------------------- | -------------------------- | ---------------------------- |

Клиент Minecraft, запущенный на веб-странице. **Демонстрация на https://webclient.prismarine.js.org/**
Клиент Minecraft, запущенный на веб-странице. **Демонстрация на https://prismarinejs.github.io/prismarine-web-client/**


## Как это работает
Expand All @@ -22,7 +22,7 @@ prismarine-web-client запускает mineflayer и prismarine-viewer в ва
![Screenshot of prismarine-web-client in action](screenshot.png)

## Демонстация
Нажмите на эту ссылку, чтобы открыть ее в вашем браузере, установка не требуется: https://webclient.prismarine.js.org/
Нажмите на эту ссылку, чтобы открыть ее в вашем браузере, установка не требуется: https://prismarinejs.github.io/prismarine-web-client/

*Протестировано в Chrome и Firefox для настольных платформ.*

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0,user-scalable=0'>
<meta property="og:title" content="Prismarine Web Client" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://webclient.prismarine.js.org" />
<meta property="og:image" content="https://webclient.prismarine.js.org/favicon.png" />
<meta property="og:url" content="https://prismarinejs.github.io/prismarine-web-client/" />
<meta property="og:image" content="https://prismarinejs.github.io/prismarine-web-client/favicon.png" />
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const config = {
output: {
path: path.resolve(__dirname, './public'),
filename: './index.js',
publicPath: '/'
publicPath: './'
},
resolve: {
alias: {
Expand Down

0 comments on commit c0d9ee9

Please sign in to comment.