Skip to content

Commit 54ebfcb

Browse files
committed
chore: change links to communityox
1 parent d061315 commit 54ebfcb

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

pages/documents/bridge/server/qb-inventory.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Callout } from 'nextra/components';
44

55
<Callout type="warning">
66
Using this inventory is on your own risk. It's **not secured** and lacks basic inventory functionality, such as metadata
7-
validation. You can use [**OX Inventory**](https://github.com/overextended/ox_inventory) 🐂 for much better experience.
7+
validation. You can use [**OX Inventory**](https://github.com/communityox/ox_inventory) 🐂 for much better experience.
88
</Callout>
99

1010
## Bridge

pages/documents/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import Image from 'next/image'
55
Make sure to read this carefully before using the script.
66

77
## Dependencies
8-
- [OX MySQL (oxmysql)](https://github.com/overextended/oxmysql/releases/latest)
8+
- [OX MySQL (oxmysql)](https://github.com/communityox/oxmysql/releases/latest)
99
- your inventory system \*
1010

1111
\* Support for custom inventories can be done by editing the inventory [bridge](ac_documents/bridge).
12-
The default inventory bridge is for [ox_inventory](https://github.com/overextended/ox_inventory).
12+
The default inventory bridge is for [ox_inventory](https://github.com/communityox/ox_inventory).
1313
All available inventory bridges provided by us are listed [here](ac_documents/bridge), however you can create your own.
1414
The inventory **must support metadata**!
1515

pages/gifts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Getting started
22

3-
ac_gifts uses containers from [ox_inventory](https://github.com/overextended/ox_inventory) to create Christmas gifts.
3+
ac_gifts uses containers from [ox_inventory](https://github.com/communityox/ox_inventory) to create Christmas gifts.
44
You can put any items in the gift container and wrap it. Then you can give it to another player who can unwrap it. Once the gift is unwrapped, it can't be wrapped again - no peeking!
55

66
Report bugs using [GitHub issues](https://github.com/acscripts/ac_gifts/issues). Use the official [Discord server](https://discord.gg/2ZezMw2xvR) for support.

pages/gifts/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ setContainerProperties('empty_gift', {
5050
})
5151
```
5252

53-
For more detailed steps, visit the official [Creating items](https://overextended.dev/ox_inventory/Guides/creatingItems) guide.
53+
For more detailed steps, visit the official [Creating items](https://coxdocs.dev/ox_inventory/Guides/creatingItems) guide.
5454

5555
### Images
5656
<div className="flex mt-2">

pages/gifts/issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Make sure you have the latest version of all required resources.
77

88
**Downloads**
99
[Latest version of ac_gifts](https://github.com/acscripts/ac_gifts/releases/latest)
10-
[Latest version of ox_inventory](https://github.com/overextended/ox_inventory/releases/latest)
10+
[Latest version of ox_inventory](https://github.com/communityox/ox_inventory/releases/latest)
1111

1212
## Start order
1313
ac_gifts must be started **AFTER** ox_inventory.

pages/radio/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
**AC Radio** is simple and framework-standalone UI for pma-voice.
44

55
You can use any supported framework to enable additional features such as usable item or frequency restrictions.
6-
Supported frameworks are [ox_core](https://github.com/overextended/ox_core), [qbx_core](https://github.com/Qbox-project/qbx_core), [qb-core](https://github.com/qbcore-framework/qb-core) and [es_extended](https://github.com/esx-framework/esx_core).
6+
Supported frameworks are [ox_core](https://github.com/communityox/ox_core), [qbx_core](https://github.com/Qbox-project/qbx_core), [qb-core](https://github.com/qbcore-framework/qb-core) and [es_extended](https://github.com/esx-framework/esx_core).
77

88
### Features
99
- Two available frequency presets customisable by player
1010
- Frequency restrictions for groups/jobs
1111
- Configurable frequency limit and decimal precision
12-
- Usable item for [ox_inventory](https://github.com/overextended/ox_inventory) - and any ESX/QB inventory
12+
- Usable item for [ox_inventory](https://github.com/communityox/ox_inventory) - and any ESX/QB inventory
1313
- Choose whether to use command and/or usable item for opening the UI
1414
- Tooltips for individual buttons on the radio
1515
- Buttons for complete volume control (up, down, mute)
@@ -18,7 +18,7 @@ Supported frameworks are [ox_core](https://github.com/overextended/ox_core), [qb
1818

1919
### Dependencies
2020
- [pma-voice](https://github.com/AvarianKnight/pma-voice)
21-
- [ox_lib](https://github.com/overextended/ox_lib)
21+
- [ox_lib](https://github.com/communityox/ox_lib)
2222

2323
### Preview
2424
<iframe width="560" height="315" src="https://www.youtube.com/embed/9zxbDJMhVSw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

pages/radio/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the following snippet to `ox_inventory/data/items.lua`.
3030
}
3131
},
3232
```
33-
For more detailed steps, visit the official [Creating items](https://overextended.dev/ox_inventory/Guides/creatingItems) guide.
33+
For more detailed steps, visit the official [Creating items](https://coxdocs.dev/ox_inventory/Guides/creatingItems) guide.
3434

3535

3636

pages/radio/issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Make sure you have the latest version of all required resources.
88
**Downloads**
99
[Latest version of ac_radio](https://github.com/acscripts/ac_radio/releases/latest)
1010
[Latest version of pma-voice](https://github.com/AvarianKnight/pma-voice)
11-
[Latest version of ox_lib](https://github.com/overextended/ox_lib/releases/latest)
11+
[Latest version of ox_lib](https://github.com/communityox/ox_lib/releases/latest)
1212

1313
## Start order
1414
ac_radio must be started **AFTER** pma-voice and/or any supported framework.

pages/scoreboard/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Ditch the unpleasant default scoreboard that comes with your framework and give
77
This is a new, completely rewritten version of the very popular scoreboard that you have enjoyed using since 2022. While keeping the same iconic layout, you can look forward to new features such as status indicators or ACE permissions.
88

99
You can use one of the supported framework to enable additional features such as group list.
10-
Supported frameworks are [ox_core](https://github.com/overextended/ox_core), [qbx_core](https://github.com/Qbox-project/qbx_core), [qb-core](https://github.com/qbcore-framework/qb-core) and [es_extended](https://github.com/esx-framework/esx_core).
10+
Supported frameworks are [ox_core](https://github.com/communityox/ox_core), [qbx_core](https://github.com/Qbox-project/qbx_core), [qb-core](https://github.com/qbcore-framework/qb-core) and [es_extended](https://github.com/esx-framework/esx_core).
1111

1212
### Features
1313
- Customizable title (server name and logo)

pages/scoreboard/install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ Click on the button below to download the latest release of the scoreboard.
1111
</a>
1212

1313
## Download the dependencies
14-
AC Scoreboard only requires [ox_lib](https://github.com/overextended/ox_lib) to run.
14+
AC Scoreboard only requires [ox_lib](https://github.com/communityox/ox_lib) to run.
1515
You can download the latest release of ox_lib by clicking on the button below.
16-
<a href="https://github.com/overextended/ox_lib/releases/latest/download/ox_lib.zip">
16+
<a href="https://github.com/communityox/ox_lib/releases/latest/download/ox_lib.zip">
1717
<img className="mt-2" src="https://raw.githubusercontent.com/acscripts/.github/refs/heads/main/badges/download.svg" alt="Download here" />
1818
</a>
1919

2020
You can optionally use one of the supported frameworks to enable additional features such as group list.
2121
<Tabs items={['ox_core 🐂', 'qbx_core', 'qb-core', 'es_extended']}>
22-
<Tabs.Tab>[overextended/ox_core](https://github.com/overextended/ox_core)</Tabs.Tab>
22+
<Tabs.Tab>[communityox/ox_core](https://github.com/communityox/ox_core)</Tabs.Tab>
2323
<Tabs.Tab>[Qbox-project/qbx_core](https://github.com/Qbox-project/qbx_core)</Tabs.Tab>
2424
<Tabs.Tab>[qbcore-framework/qb-core](https://github.com/qbcore-framework/qb-core)</Tabs.Tab>
2525
<Tabs.Tab>[esx-framework/esx_core](https://github.com/esx-framework/esx_core)</Tabs.Tab>

0 commit comments

Comments
 (0)