Skip to content

Commit 5675d68

Browse files
committed
Rename to .com TLD
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 29272d9 commit 5675d68

15 files changed

+24
-23
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
## Motivation and Context
77
<!--- Why is this change required? What problem does it solve? -->
88
<!--- If it fixes an open issue, please link to the issue here. -->
9-
- [ ] I have raised an issue to propose this change ([required](https://github.com/self-actuated/docs.actuated.dev/blob/master/CONTRIBUTING.md))
9+
- [ ] I have raised an issue to propose this change ([required](https://github.com/self-actuated/docs.actuated.com/blob/master/CONTRIBUTING.md))
1010

1111
## How Has This Been Tested?
1212
<!--- Please describe in detail how you tested your changes. -->

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
CUSTOM_DOMAIN: docs.actuated.dev
21+
CUSTOM_DOMAIN: docs.actuated.com
2222
CONFIG_FILE: ./mkdocs.yml
2323
EXTRA_PACKAGES: build-base
2424
# GITHUB_DOMAIN: github.myenterprise.com

docs/dashboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ This is where you get to learn who is trigger the most amount of builds, who may
7676

7777
For up to 120 days of history, you can find jobs that have increased over 5 minutes in duration week-by-week. This feature was requested by a team whose builds were roughly 60 minutes each on GitHub's hosted runners, and 20 minutes each on actuated. They didn't want those times to creep up without it being noticed and rectified.
7878

79-
![Insights on outliers](https://actuated.dev/images/2024-03-cncf-update/outliers-top.png)
79+
![Insights on outliers](https://actuated.com/images/2024-03-cncf-update/outliers-top.png)
8080
> Insights on outliers showing the time that the job increased by, and a button to drill down into the affected jobs that week.
8181
8282
When you click "Inspect", a plot will be drawn with the maximum build time recorded on the days of the affected week. You can then click "View Job" to see what commit, Pull Request, or configuration change may have caused the increase.
8383

84-
![A plot with the longest job run on each day of the affected week](https://actuated.dev/images/2024-03-cncf-update/detail-plot.png)
84+
![A plot with the longest job run on each day of the affected week](https://actuated.com/images/2024-03-cncf-update/detail-plot.png)
8585
> A plot with the longest job run on each day of the affected week
8686
8787
## SSH Sessions

docs/examples/github-actions-cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ The `path` parameter is used to set the paths on the runner to cache or restore.
8989
## Further reading
9090

9191
* Checkout the list of `actions/cache` [examples](https://github.com/actions/cache/blob/main/examples.md) to configure caching for different languages and frameworks.
92-
* See our blog: [Make your builds run faster with Caching for GitHub Actions](https://actuated.dev/blog/caching-in-github-actions)
92+
* See our blog: [Make your builds run faster with Caching for GitHub Actions](https://actuated.com/blog/caching-in-github-actions)

docs/examples/kvm-guest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ The full example is available on [GitHub](https://github.com/skatolo/nested-fire
9494

9595
For more examples and use-cases see:
9696

97-
- [How to run a KVM guest in your GitHub Actions](https://actuated.dev/blog/kvm-in-github-actions)
97+
- [How to run a KVM guest in your GitHub Actions](https://actuated.com/blog/kvm-in-github-actions)

docs/examples/multiarch-buildx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Using QEMU can be slow at times, especially when building an image for Arm using
130130

131131
We found that we could increase an Open Source project's build time by 22x - from ~ 36 minutes to 1 minute 26 seconds.
132132

133-
See also [How to make GitHub Actions 22x faster with bare-metal Arm](https://actuated.dev/blog/native-arm64-for-github-actions)
133+
See also [How to make GitHub Actions 22x faster with bare-metal Arm](https://actuated.com/blog/native-arm64-for-github-actions)
134134

135135
To build a separate image for Arm on an Arm runner, and one for amd64, you could use a [matrix build](/examples/matrix).
136136

docs/faq.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@ For GitHub users, a GitHub organisation is required for installation, and runner
5555

5656
## Is there a sponsored subscription for Open Source projects?
5757

58-
We have a sponsored program with the CNCF and Ampere for various Open Source projects, you can find out more here: [Announcing managed Arm CI for CNCF projects](https://actuated.dev/blog/arm-ci-cncf-ampere).
58+
We have a sponsored program with the CNCF and Ampere for various Open Source projects, you can find out more here: [Announcing managed Arm CI for CNCF projects](https://actuated.com/blog/arm-ci-cncf-ampere).
5959

6060
Sponsored projects are required to [add our GitHub badge](/images/actuated-badge.png) to the top of their README file for each repository where the actuated is being used, along with any other GitHub badges such as build status, code coverage, etc.
6161

6262
```md
63-
[![Arm CI sponsored by Actuated](https://img.shields.io/badge/SA_actuated.dev-004BDD)](https://actuated.dev/)
63+
[![Arm CI sponsored by Actuated](https://img.shields.io/badge/SA_actuated.com-004BDD)](https://actuated.com/)
6464
```
6565

6666
or
6767

6868
```html
69-
<a href="https://actuated.dev/"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.dev/images/actuated-badge.png" width="120px"></img></a>
69+
<a href="https://actuated.com/"><img alt="Arm CI sponsored by Actuated" src="https://docs.actuated.com/images/actuated-badge.png" width="120px"></img></a>
7070
```
7171

7272
For an example of what this would look like, see the [inletsctl project README](https://github.com/inlets/inletsctl).
@@ -340,7 +340,7 @@ If you only needed to run Arm builds from 9-5pm, you could absolutely delete the
340340

341341
Yes, both for GitHub and GitLab CI.
342342

343-
See also: [Accelerate GitHub Actions with dedicated GPUs](https://actuated.dev/blog/gpus-for-github-actions)
343+
See also: [Accelerate GitHub Actions with dedicated GPUs](https://actuated.com/blog/gpus-for-github-actions)
344344

345345
## Can Virtual Machines be launched within a GitHub Action?
346346

@@ -350,7 +350,7 @@ Use-cases may include: building and snapshotting VM images, running Packer, laun
350350

351351
It's disabled by default, but you can opt-in to the feature by following the steps in this article:
352352

353-
[How to run a KVM guest in your GitHub Actions](https://actuated.dev/blog/kvm-in-github-actions)
353+
[How to run a KVM guest in your GitHub Actions](https://actuated.com/blog/kvm-in-github-actions)
354354

355355
At time of writing, only Intel and AMD CPUs support nested virtualisation.
356356

docs/install-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ actuated is split into three parts:
99
All we need you to do is to install our agent on one or more servers, then we take care of the rest. We'll even be able to tell you if your server goes offline for any reason.
1010

1111
!!! info "Have you registered your organisation yet?"
12-
Before you can add an agent, you or your GitHub organisation admin will need to install the: [Actuated GitHub App](https://docs.actuated.dev/register/#install-the-github-app).
12+
Before you can add an agent, you or your GitHub organisation admin will need to install the: [Actuated GitHub App](https://docs.actuated.com/register/#install-the-github-app).
1313

1414
### Pick your Actuated Servers
1515

docs/roadmap.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ Shipped
4343
* [x] Examples for using S3/Minio running on the server as an actions cache, instead of the default hosted cache within Azure
4444
* [x] Specify a custom runner size for an individual workflow - i.e. `actuated-8cpu-12gb`
4545
* [x] Specify `actuated-any` to run jobs on any available server whether amd64 or arm64, for architecture-agnostic workflows such as npm or for browser testing.
46-
* [x] GPU pass-through for ML and AI workloads - [Accelerate GitHub Actions with dedicated GPUs](https://actuated.dev/blog/gpus-for-github-actions) - [Run AI models with ollama in CI with GitHub Actions](https://actuated.dev/blog/ollama-in-github-actions)
46+
* [x] GPU pass-through for ML and AI workloads - [Accelerate GitHub Actions with dedicated GPUs](https://actuated.com/blog/gpus-for-github-actions) - [Run AI models with ollama in CI with GitHub Actions](https://actuated.com/blog/ollama-in-github-actions)
4747
* [x] Linux Kernel 6.1 for 64-bit Arm
48-
* [x] Burst above subscription concurrency for busy periods - [Introducing burst billing and capacity for GitHub Actions](https://actuated.dev/blog/burst-billing-capacity)
48+
* [x] Burst above subscription concurrency for busy periods - [Introducing burst billing and capacity for GitHub Actions](https://actuated.com/blog/burst-billing-capacity)
49+
* [x] Acquisition of actuated.com TLD
4950

5051
In progress:
5152

@@ -75,7 +76,7 @@ Is there something else you need? If you're already a customer, contact us via [
7576

7677
## Actuated for GitLab
7778

78-
[Learn about the tech preview](https://actuated.dev/blog/secure-microvm-ci-gitlab)
79+
[Learn about the tech preview](https://actuated.com/blog/secure-microvm-ci-gitlab)
7980

8081
Ready for use by customers:
8182

docs/tasks/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Monitor Actuated runners and jobs from the command line.
44

55
## Installation
66

7-
Download and installation instruction are available via the [actuated-dashboard](https://dashboard.actuated.dev/cli)
7+
Download and installation instruction are available via the [actuated-dashboard](https://dashboard.actuated.com/cli)
88

99
You'll need to run `actuated-cli auth` first, so that you can get a Personal Access Token with the appropriate scopes from GitHub.
1010

0 commit comments

Comments
 (0)