Skip to content

Commit 7d2e8b6

Browse files
committed
remove short links
1 parent b186842 commit 7d2e8b6

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const today = new Date();
33
---
44

55
<div>
6-
<footer>&copy; 2024-{today.getFullYear()} <a href="https://wdh.gg">William Harrison</a> - All Rights Reserved.</footer>
6+
<footer>&copy; 2024-{today.getFullYear()} <a href="https://wharrison.com.au">William Harrison</a> - All Rights Reserved.</footer>
77
</div>
88
<style>
99
footer {

src/content/blog/2024/07/first-post.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Welcome to my new blog!"
44
date: 2024-07-15
55
---
66

7-
Hello there! Welcome to my **new** and **improved** blog made with [Astro](https://wdh.gg/iAUBTtQ).
7+
Hello there! Welcome to my **new** and **improved** blog made with [Astro](https://astro.build).
88

99
On this blog I will ~~hopefully~~ be posting more often than I have on previous blogs.
1010

@@ -16,5 +16,3 @@ Some of the content I want to start posting on this blog is:
1616
- Linux
1717
- Cybersecurity
1818
- And more...
19-
20-
If you have any suggestions for what you think I should post here, please DM me on [Discord](https://wdh.gg/discord)!

src/content/blog/2024/07/is-a-dev.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ heroImage: "https://cdn.hrsn.net/blog/2024/07/20/banner.png"
88

99
## 1. Creating the JSON file
1010

11-
Firstly, you need to go to the [is-a-dev/register](https://wdh.gg/F2Q7VeE) repository on GitHub.
11+
Firstly, you need to go to the [is-a-dev/register](https://github.com/is-a-dev/register) repository on GitHub.
1212

1313
If you don't have a GitHub account, you can create one by clicking `Sign Up`.
1414

15-
Navigate to the [`domains/`](https://wdh.gg/borLkD3) folder and then from there click the `Add file` button and selecting the `Create new file option`.
15+
Navigate to the [`domains/`](https://github.com/is-a-dev/register/tree/main/domains) folder and then from there click the `Add file` button and selecting the `Create new file option`.
1616

1717
If it says you need to fork the repository, click the fork repository button and continue with the next steps on your forked repository.
1818

@@ -42,7 +42,7 @@ After naming your file you need to put the JSON content into it, here is an exam
4242
```
4343

4444
- Replace `your-github-username` with your GitHub username.
45-
- For `RECORDTYPE` set it to what you require for your use. You can see the records is-a.dev supports [here](https://wdh.gg/r5LHCLQ). If your website is using GitHub Pages, set this to `CNAME`.
45+
- For `RECORDTYPE` set it to what you require for your use. You can see the records is-a.dev supports [here](https://docs.is-a.dev/faq/#which-dns-record-types-are-supported). If your website is using GitHub Pages, set this to `CNAME`.
4646
- For `RECORDCONTENT` set this to the value of the record you need, for GitHub Pages this would be `your-github-username.github.io`. (`A`, `AAAA` and `MX` records **must** be an array `[]`.)
4747

4848
**MAKE SURE YOU MODIFY `RECORDTYPE` AND `RECORDCONTENT` TO MATCH THE DNS RECORD YOU REQUIRE.**
@@ -65,8 +65,8 @@ Since you have created your pull request, you will need to wait for a maintainer
6565

6666
**_Your pull request will normally be merged with-in 24-48 hours, however in some cases it may take longer. Please be patient as the maintainers are very busy._**
6767

68-
Once your pull request is merged you should be good to go! [Open an issue](https://wdh.gg/r1Xw34w) if you run into any trouble.
68+
Once your pull request is merged you should be good to go! [Open an issue](https://github.com/is-a-dev/register/issues/new/choose) if you run into any trouble.
6969

7070
Congratulations you have successfully setup your free is-a.dev subdomain!
7171

72-
_Make sure to join the is-a.dev [Discord server](https://wdh.gg/WxDO6wi) for announcements regarding the service._
72+
_Make sure to join the is-a.dev [Discord server](https://discord.gg/is-a-dev-830872854677422150) for announcements regarding the service._

0 commit comments

Comments
 (0)