Skip to content

Commit

Permalink
chore: replace more gitlab refs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethaks committed Jun 18, 2024
1 parent 0400012 commit caf160b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,30 @@ SPDX-FileCopyrightText: 2022 Ethaks <[email protected]>
SPDX-License-Identifier: EUPL-1.2
-->

<div align="center">
<h1>Spheres for Pathfinder 1e</h1>
<img alt="Gitlab pipeline status" src="https://img.shields.io/gitlab/pipeline-status/ethaks-fvtt/foundryvtt-pf1-spheres?branch=master&label=Checks&logo=gitlab">
<a href="https://gitlab.com/ethaks-fvtt/foundryvtt-pf1-spheres/-/jobs"><img alt="coverage report" src="http://gitlab.com/ethaks-fvtt/foundryvtt-pf1-spheres/badges/master/coverage.svg" /></a>
<img alt="Supported Foundry Versions" src="https://img.shields.io/endpoint?url=https://foundryshields.com/version?url=https://gitlab.com/ethaks-fvtt/foundryvtt-pf1-spheres/-/releases/permalink/latest/downloads/module.json">
<br />
<div style="text-align: center" align="center">
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/Ethaks/pf1spheres/check.yaml?label=checks">
<a href="https://github.com/Ethaks/pf1spheres/releases/latest">
<img src="https://img.shields.io/github/downloads/Ethaks/pf1spheres/latest/module.zip" alt="Downloads" />
</a>
<a href="https://forge-vtt.com/bazaar#package=pf1spheres">
<img src="https://img.shields.io/badge/dynamic/json?label=Forge%20Installs&query=package.installs&suffix=%25&url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Fpf1spheres&colorB=4aa94a" alt="Forge Install %" />
</a>
<br />
<a href="https://www.foundryvtt-hub.com/package/pf1spheres/">
<img src="https://img.shields.io/endpoint?logoColor=white&url=https%3A%2F%2Fwww.foundryvtt-hub.com%2Fwp-json%2Fhubapi%2Fv1%2Fpackage%2Fpf1spheres%2Fshield%2Fendorsements" alt="Foundry Hub Endorsements" />
</a>
<img src="https://img.shields.io/endpoint?url=https://foundryshields.com/version?url=https://github.com/Ethaks/pf1spheres/releases/latest/download/module.json" alt="Supported Foundry Versions" />
</div>

This module for the [Pathfinder 1e game system](https://gitlab.com/Furyspark/foundryvtt-pathfinder1) for [Foundry Virtual Tabletop](http://foundryvtt.com/) provides additional functionality and support for the rule sets [Spheres of Power](https://www.dropdeadstudios.com/spheres-of-power) and [Spheres of Might](https://www.dropdeadstudios.com/spheres-of-might) from [Drop Dead Studios](https://www.dropdeadstudios.com/).
This module for the [Pathfinder 1e game system](https://gitlab.com/foundryvtt_pathfinder1e/foundryvtt-pathfinder1) for [Foundry Virtual Tabletop](http://foundryvtt.com/) provides additional functionality and support for the rule sets [Spheres of Power](https://www.dropdeadstudios.com/spheres-of-power) and [Spheres of Might](https://www.dropdeadstudios.com/spheres-of-might) from [Drop Dead Studios](https://www.dropdeadstudios.com/).

As the module is still heavily in development, the best source for available features and notable changes is its [changelog](CHANGELOG.md).

## Installation

To install the module navigate to Foundry's _Add-on Modules_ tab in the Setup menu and paste the following link in the **Install Module** dialog:

[https://gitlab.com/ethaks-fvtt/foundryvtt-pf1-spheres/-/releases/permalink/latest/downloads/module.json](https://gitlab.com/ethaks-fvtt/foundryvtt-pf1-spheres/-/releases/permalink/latest/downloads/module.json)
[https://github.com/ethaks/pf1spheres/releases/latest/downloads/module.json](https://github.com/ethaks/pf1spheres/releases/latest/downloads/module.json)

The module can also be installed manually by downloading a zip archive from the Releases Page and extracting it to Foundry's `Data/modules/pf1spheres` directory.

Expand Down
2 changes: 1 addition & 1 deletion tools/manifest-updater.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports.readVersion = function (contents) {
module.exports.writeVersion = function (contents, version) {
const json = JSON.parse(contents);
json.version = version;
json.download = `https://gitlab.com/Ethaks/foundryvtt-pf1-spheres/-/releases/v${version}/downloads/pf1spheres.zip`;
json.download = `https://github.com/Ethaks/pf1spheres/releases/download/v${version}/module.zip`;
const manifestString = JSON.stringify(json);
return manifestString;
};

0 comments on commit caf160b

Please sign in to comment.