javascript-solid-server 0.0.167 → 0.0.168

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "javascript-solid-server",
3
- "version": "0.0.167",
3
+ "version": "0.0.168",
4
4
  "description": "A minimal, fast Solid server",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -362,7 +362,7 @@ function getErrorPage(statusCode, isAuthenticated, request) {
362
362
  <p class="subtitle">${subtitle}</p>
363
363
 
364
364
  <div class="actions">
365
- ${is401 ? `<a href="https://solidos.solidcommunity.net/?uri=${encodeURIComponent(baseUrl + request.url)}" class="btn btn-primary">
365
+ ${is401 ? `<a href="https://solidos.org/docs/browser/?uri=${encodeURIComponent(baseUrl + request.url)}" class="btn btn-primary">
366
366
  Open in Data Browser
367
367
  </a>` : ''}
368
368
  <a href="${baseUrl}/" class="btn btn-secondary">