Skip to content

Commit 17134e8

Browse files
Update documentation links for GoogleFonts in Get-GoogleFont and Install-GoogleFont functions
1 parent 1bb0d83 commit 17134e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/functions/public/Get-GoogleFont.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2727
.NOTES
2828
More information about the GoogleFonts can be found at:
29-
[GoogleFonts | GitHub](https://github.com/google/fonts)
29+
[GoogleFonts](https://fonts.google.com/) | [GitHub](https://github.com/google/fonts)
3030
#>
3131
[Alias('Get-GoogleFonts')]
3232
[OutputType([System.Object[]])]

src/functions/public/Install-GoogleFont.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function Install-GoogleFont {
3434
3535
.NOTES
3636
More information about the GoogleFonts can be found at:
37-
[GoogleFonts | GitHub](https://github.com/google/fonts)
37+
[GoogleFonts](https://fonts.google.com/) | [GitHub](https://github.com/google/fonts)
3838
#>
3939
[CmdletBinding(
4040
DefaultParameterSetName = 'ByName',

0 commit comments

Comments
 (0)