Skip to content

Commit a095e67

Browse files
author
Paul Savoie
committed
changes all references to docs.signpath.io
1 parent c0bb961 commit a095e67

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: string
1212
target_host:
1313
description: 'The target host for this build'
14-
default: 'about.signpath.io'
14+
default: 'docs.signpath.io'
1515
required: false
1616
type: string
1717

@@ -26,7 +26,7 @@ jobs:
2626
- name: Change Jekyll Config
2727
if: ${{ inputs.target_environment != 'production' }}
2828
run: >
29-
sed -i 's/https:\/\/about.signpath.io/https:\/\/${{ inputs.target_host }}/' docs/_config.yml &&
29+
sed -i 's/https:\/\/docs.signpath.io/https:\/\/${{ inputs.target_host }}/' docs/_config.yml &&
3030
sed -i -E 's/target_environment:.*/target_environment: ${{ inputs.target_environment }}/' docs/_config.yml
3131
shell: bash
3232
- name: Create Sitemap

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
about.signpath.io
1+
docs.signpath.io

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
about.signpath.io
1+
docs.signpath.io

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
1414
# You can create any custom variable you would like, and they will be accessible
1515
# in the templates via {{ site.myvariable }}.
16-
title: SignPath.io
17-
url: "https://about.signpath.io"
16+
title: SignPath Documentation
17+
url: "https://docs.signpath.io"
1818
email_sales: [email protected]?subject=Enterprise%20subscription
1919
email_oss: [email protected]?subject=OSS%20subscription
2020
#description: >- # this means to ignore newlines until "baseurl:"

docs/_data/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
- text: >-
13931393
[Select multiple files](/artifact-configuration/syntax#zip-file-element) is now generally available.
13941394
issues: []
1395-
- text: Added support for deep signing of APPX and MSIX files. Read more about [deep signing](https://about.signpath.io/artifact-configuration#deep-signing-of-nested-files).
1395+
- text: Added support for deep signing of APPX and MSIX files. Read more about [deep signing](/artifact-configuration#deep-signing-of-nested-files).
13961396
issues: [SIGN-6150]
13971397
bug_fixes:
13981398
- text: Fixes incorrect display of malware scanning status for old signing requests.

docs/_data/hosts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ app:
44
iqa: 'https://iqa.test.signpath.io'
55
development: 'http://localhost'
66
web:
7-
production: 'https://about.signpath.io'
7+
production: 'https://docs.signpath.io'
88
fqa: 'https://signpath.github.io/website-staging/'
99
iqa: 'https://iqa.signpath.io'
1010
development: 'http://localhost:4000'

0 commit comments

Comments
 (0)