Skip to content

Commit 5afbd5d

Browse files
authored
chore: inventory.fix.security -> fixinventory.org (#239)
1 parent 67116ee commit 5afbd5d

File tree

17 files changed

+30
-29
lines changed

17 files changed

+30
-29
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
33
{
4-
"name": "inventory.fix.security",
4+
"name": "fixinventory.org",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
77

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://discord.gg/fixsecurity
55
about: Chat with other users and the development team
66
- name: 📄 Documentation
7-
url: https://inventory.fix.security
7+
url: https://fixinventory.org
88
about: Read and search documentation

.github/workflows/algolia.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
3131
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
3232
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
33-
site-url: https://inventory.fix.security
33+
site-url: https://fixinventory.org
3434
crawler-name: inventory-fix

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Please see the [Fix Inventory website/documentation contribution guide](https://inventory.fix.security/contributing/docs).
1+
# Please see the [Fix Inventory website/documentation contribution guide](https://fixinventory.org/contributing/docs).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# [Fix Inventory Website](https://inventory.fix.security)
1+
# [Fix Inventory Website](https://fixinventory.org)
22

33
[![Netlify Status](https://api.netlify.com/api/v1/badges/e5843266-740b-40d5-ae38-3d38ba3c0456/deploy-status)](https://app.netlify.com/sites/fix-inventory/deploys)
44

5-
[Please refer to the Fix Inventory documentation for details on how to submit edits or additions to the website/documentation.](https://inventory.fix.security/docs/development/documentation)
5+
[Please refer to the Fix Inventory documentation for details on how to submit edits or additions to the website/documentation.](https://fixinventory.org/docs/development/documentation)
66

77
This project is tested with BrowserStack.

docs/development/apps.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ version: "1.0.0"
127127
language: jinja2
128128
license: "Apache 2.0"
129129
authors: ["someengineering"]
130-
url: "https://inventory.fix.security/"
130+
url: "https://fixinventory.org/"
131131
categories: ["cleanup"]
132132
default_config:
133133
config_schema:
@@ -152,7 +152,7 @@ version: "1.0.0"
152152
language: jinja2
153153
license: "Apache 2.0"
154154
authors: ["someengineering"]
155-
url: "https://inventory.fix.security/"
155+
url: "https://fixinventory.org/"
156156
categories: ["cleanup"]
157157
default_config:
158158
cleanup_aws_alarms:
@@ -203,7 +203,7 @@ version: "1.0.0"
203203
language: jinja2
204204
license: "Apache 2.0"
205205
authors: ["someengineering"]
206-
url: "https://inventory.fix.security/"
206+
url: "https://fixinventory.org/"
207207
categories: ["tools"]
208208
default_config:
209209
discord:

docs/how-to-guides/alerting/create-pagerduty-alerts/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You will also need a valid routing key for your [PagerDuty](https://pagerduty.co
4848
| `source` | Location of the affected system (preferably a hostname or FQDN) | `Fix Inventory` |
4949
| `event_action` | Alert action (`trigger`, `acknowledge`, `resolve` or `assign`) | `trigger` |
5050
| `client` | Name of the monitoring client submitting the event | `Fix Inventory` |
51-
| `client_url` | URL to the monitoring client | `https://inventory.fix.security` |
51+
| `client_url` | URL to the monitoring client | `https://fixinventory.org/` |
5252
| `webhook_url` | PagerDuty events API URL endpoint | `https://events.pagerduty.com/v2/enqueue` |
5353

5454
:::

docs/reference/cli/app/info.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ app info <app_name>
2626
# highlight-start
2727
name: tagvalidator
2828
description: Tag Validator app for Fix Inventory.
29-
url: https://inventory.fix.security/
29+
url: https://fixinventory.org/
3030
version: 1.0.0
3131
# highlight-end
3232
```

docs/reference/cli/config/show.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ config show <id>
7272
# Start the collect workflow, when the first handling actor connects to the system.
7373
​ start_collect_on_subscriber_connect: false
7474
# Help us improving Fix Inventory by collecting usage metrics.
75-
# See https://inventory.fix.security/docs/reference/telemetry for more information.
75+
# See https://fixinventory.org/docs/reference/telemetry for more information.
7676
# This data is anonymous. No personally identifiable information is captured or stored.
7777
​ usage_metrics: true
7878
# Workflow related properties.

docs/reference/components/core.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ somecr.io/someengineering/fixinventorycore:{{imageTag}}
1515

1616
## API
1717

18-
The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://<fixinventory-address>:8900/api-doc`. You can also access it at [`https://inventory.fix.security/docs/reference/api`](../api/index.mdx).
18+
The [Fix Inventory Core API](../api/index.mdx) is exposed at `https://<fixinventory-address>:8900/api-doc`. You can also access it at [`https://fixinventory.org/docs/reference/api`](../api/index.mdx).
1919

2020
Fix Inventory Core has two [API](../api/index.mdx) endpoints to connect to for CLI purposes:
2121

@@ -113,4 +113,4 @@ We will evaluate the search before executing it for demonstration. We also intro
113113
114114
# More API Endpoints
115115
116-
Fix Inventory Core is the central hub for everything Fix Inventory does. You can explore additional API endpoints at `https://<fixinventory-address>:8900/api-doc` or [`https://inventory.fix.security/docs/reference/api`](../api/index.mdx).
116+
Fix Inventory Core is the central hub for everything Fix Inventory does. You can explore additional API endpoints at `https://<fixinventory-address>:8900/api-doc` or [`https://fixinventory.org/docs/reference/api`](../api/index.mdx).

0 commit comments

Comments
 (0)