Skip to content

Commit 30b9022

Browse files
authored
fix author links (magefile#413)
1 parent a137713 commit 30b9022

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

site/archetypes/blog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "{{ replace .TranslationBaseName "-" " " | title }}"
33
date = {{ .Date }}
44
type = "post"
55
author = "Nate Finch"
6-
authorLink = "twitter.com/natethefinch"
6+
authorLink = "https://twitter.com/natethefinch"
77
draft = true
88
+++
99

site/content/blog/mage-in-ci.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Mage in CI"
33
date = 2018-09-06T21:41:23-04:00
44
type = "post"
55
author = "Nate Finch"
6-
authorLink = "twitter.com/natethefinch"
6+
authorLink = "https://twitter.com/natethefinch"
77
+++
88

99
So, there's a bootstrap problem with Mage. What if you want to use Mage for

site/content/blog/on-release-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "On Release Versions"
33
date = 2018-09-07T09:39:13-04:00
44
type = "post"
55
author = "Nate Finch"
6-
authorLink = "twitter.com/natethefinch"
6+
authorLink = "https://twitter.com/natethefinch"
77
+++
88

99
If you've been using Mage for a while (thank you!) then you may have noticed

site/content/blog/release-v1.13.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Release v1.13.0 - Magefiles Directory"
33
date = 2022-03-18T08:17:52-05:00
44
type = "post"
55
author = "Nate Finch"
6-
authorLink = "twitter.com/natethefinch"
6+
authorLink = "https://twitter.com/natethefinch"
77
+++
88

99
[Mage v1.13.0](https://github.com/magefile/mage/releases/tag/v1.13.0) is now

site/content/blog/release-v1.3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Release v1.3.0 - GoCmd"
33
date = 2018-09-07T21:19:49-04:00
44
type = "post"
55
author = "Nate Finch"
6-
authorLink = "twitter.com/natethefinch"
6+
authorLink = "https://twitter.com/natethefinch"
77
aliases = ["/blog/2018/09/release-1.3.0/"]
88
+++
99

site/content/blog/release-v1.4.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title = "Release v1.4.0 - Go Modules"
33
date = 2018-09-11T09:17:52-04:00
44
type = "post"
55
author = "Nate Finch"
6-
authorLink = "twitter.com/natethefinch"
6+
authorLink = "https://twitter.com/natethefinch"
77
+++
88

99
[Mage v1.4.0](https://github.com/magefile/mage/releases/tag/v1.4.0) is released

0 commit comments

Comments
 (0)