Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 6f70afc

Browse files
authored
Merge pull request #230 from codeoverflow-org/fix/nodecg.io-links
Update nodecg.io links to point to latest release
2 parents d7a8145 + bd97455 commit 6f70afc

File tree

38 files changed

+40
-40
lines changed

38 files changed

+40
-40
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: "15"
1212

1313
- name: Install system dependencies
14-
run: sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev
14+
run: sudo apt update && sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev
1515

1616
- name: Install nodejs dependencies
1717
run: npm ci && npm run bootstrap

.scripts/create-service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Replace some entries from the template package.json
2929
package['name'] = f'nodecg-io-{service_name}'
3030
package['description'] = description
31-
package['homepage'] = f'https://nodecg.io/samples/{sample_name}'
31+
package['homepage'] = f'https://nodecg.io/RELEASE/samples/{sample_name}'
3232
package['author'] = {
3333
'name': author_name,
3434
'url': author_url

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Feature Requests](https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/enhancement?label=Feature%20Requests&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/labels/enhancement)
44
[![Bugs](https://img.shields.io/github/issues/codeoverflow-org/nodecg-io/bug?label=Bugs&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/labels/bug)
55
[![Pull Requests](https://img.shields.io/github/issues-pr/codeoverflow-org/nodecg-io?label=Pull%20Requests&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/pulls)
6-
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=21&color=blue&style=flat-square)](https://nodecg.io/services/)
6+
[![Services](https://img.shields.io/static/v1?label=Services%20implemented&message=21&color=blue&style=flat-square)](https://nodecg.io/RELEASE/services/)
77
[![License](https://img.shields.io/github/license/codeoverflow-org/nodecg-io?label=License&style=flat-square)](https://github.com/codeoverflow-org/nodecg-io/blob/master/LICENSE)
88
[![Discord](https://img.shields.io/badge/discord-join-7289DA.svg?logo=discord&style=flat-square)](https://discord.gg/GEJzxBGRu6)
99

@@ -52,11 +52,11 @@ nodecg-io is the successor of [ChatOverflow](https://github.com/codeoverflow-org
5252
## How to use nodecg-io
5353

5454
If you want to use nodecg-io, you should note that it is only a framework for your bundle, so you need at least a basic knowledge of the programming language JavaScript or any other language that compiles to JavaScript like TypeScript.
55-
If that's no problem you can head over to the [installation guide](https://nodecg.io/getting_started/install/) and take a look at the [available nodecg-io services](https://nodecg.io/services/).
55+
If that's no problem you can head over to the [installation guide](https://nodecg.io/RELEASE/getting_started/install/) and take a look at the [available nodecg-io services](https://nodecg.io/RELEASE/services/).
5656

5757
## How to contribute
5858

59-
If you want to contribute to this bundle you can implement one of those services or fix an [issue](https://github.com/codeoverflow-org/nodecg-io/issues). Before contributing head over to the [How to contribute](https://nodecg.io/contribute/contribute/) guide.
59+
If you want to contribute to this bundle you can implement one of those services or fix an [issue](https://github.com/codeoverflow-org/nodecg-io/issues). Before contributing head over to the [How to contribute](https://nodecg.io/RELEASE/contribute/contribute/) guide.
6060

6161
## Code Overflow Team
6262

nodecg-io-ahk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodecg-io-ahk",
33
"version": "0.2.0",
44
"description": "Allows you to send commands to AutoHotkey.",
5-
"homepage": "https://nodecg.io/samples/ahk",
5+
"homepage": "https://nodecg.io/RELEASE/samples/ahk",
66
"author": {
77
"name": "derNiklaas",
88
"url": "https://github.com/derNiklaas"

nodecg-io-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodecg-io-android",
33
"version": "0.2.0",
44
"description": "Allows to connect to an android device via adb.",
5-
"homepage": "https://nodecg.io/samples/android",
5+
"homepage": "https://nodecg.io/RELEASE/samples/android",
66
"author": {
77
"name": "noeppi_noeppi",
88
"url": "https://github.com/noeppi-noeppi"

nodecg-io-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodecg-io-core",
33
"version": "0.2.0",
44
"description": "The core of nodecg-io. Connects everything up.",
5-
"homepage": "https://nodecg.io",
5+
"homepage": "https://nodecg.io/RELEASE",
66
"author": {
77
"name": "CodeOverflow team",
88
"url": "https://github.com/codeoverflow-org"

nodecg-io-curseforge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodecg-io-curseforge",
33
"version": "0.2.0",
44
"description": "A service to communicate with the CurseForge API.",
5-
"homepage": "https://nodecg.io/samples/curseforge",
5+
"homepage": "https://nodecg.io/RELEASE/samples/curseforge",
66
"author": {
77
"name": "MelanX",
88
"url": "https://www.github.com/MelanX"

nodecg-io-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodecg-io-debug",
33
"version": "0.2.0",
44
"description": "Debug helper service that helps to easily trigger your code for debugging purposes.",
5-
"homepage": "https://nodecg.io/samples/debug",
5+
"homepage": "https://nodecg.io/RELEASE/samples/debug",
66
"author": {
77
"name": "CodeOverflow team",
88
"url": "https://github.com/codeoverflow-org"

nodecg-io-discord/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodecg-io-discord",
33
"version": "0.2.0",
44
"description": "Allows to connect to discord via a discord-bot.",
5-
"homepage": "https://nodecg.io/samples/discord",
5+
"homepage": "https://nodecg.io/RELEASE/samples/discord",
66
"author": {
77
"name": "noeppi_noeppi",
88
"url": "https://github.com/noeppi-noeppi"

nodecg-io-gsheets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nodecg-io-gsheets",
33
"version": "0.2.0",
44
"description": "Allow to control Google Sheets.",
5-
"homepage": "https://nodecg.io",
5+
"homepage": "https://nodecg.io/RELEASE",
66
"author": {
77
"name": "ExtremTechniker",
88
"url": "https://github.com/ExtremTechniker"

0 commit comments

Comments
 (0)