Skip to content

Commit dddc0e0

Browse files
[Admin] Clean up support.microsoft.com links (#347)
1 parent 321ea3d commit dddc0e0

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/docs-ref-autogen/excel/excelscript/excelscript.autofilltype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ remarks: |-
1212
```TypeScript
1313
/**
1414
* This script uses the autofill feature to complete a table with days of the month.
15-
* See https://support.microsoft.com/74e31bdd-d993-45da-aa82-35a236c5b5db
15+
* See https://support.microsoft.com/office/74e31bdd-d993-45da-aa82-35a236c5b5db
1616
* for examples of autofill scenarios.
1717
*/
1818
function main(workbook: ExcelScript.Workbook) {

docs/docs-ref-autogen/excel/excelscript/excelscript.range.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ methods:
108108
```TypeScript
109109
/**
110110
* This script uses the autofill feature to complete a table.
111-
* See https://support.microsoft.com/74e31bdd-d993-45da-aa82-35a236c5b5db
111+
* See https://support.microsoft.com/office/74e31bdd-d993-45da-aa82-35a236c5b5db
112112
* for examples of autofill scenarios.
113113
*/
114114
function main(workbook: ExcelScript.Workbook) {

docs/docs-ref-autogen/excel/excelscript/excelscript.workbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ methods:
10141014
/**
10151015
* This script refreshes all the links to external workbooks,
10161016
* if the linked workbook refresh mode is set to manual.
1017-
* To learn about linked workbooks, see https://support.microsoft.com/office/create-an-external-reference-link-to-a-cell-range-in-another-workbook-c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
1017+
* To learn about linked workbooks, see https://support.microsoft.com/office/c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
10181018
*/
10191019
function main(workbook: ExcelScript.Workbook) {
10201020
// Check the refresh mode.

docs/docs-ref-autogen/excel/excelscript/excelscript.workbooklinksrefreshmode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ remarks: |-
1313
/**
1414
* This script refreshes all the links to external workbooks,
1515
* if the linked workbook refresh mode is set to manual.
16-
* To learn about linked workbooks, see https://support.microsoft.com/office/create-an-external-reference-link-to-a-cell-range-in-another-workbook-c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
16+
* To learn about linked workbooks, see https://support.microsoft.com/office/c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
1717
*/
1818
function main(workbook: ExcelScript.Workbook) {
1919
// Check the refresh mode.

docs/sample-scripts/excel-scripts.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
- |-
131131
/**
132132
* This script uses the autofill feature to complete a table with days of the month.
133-
* See https://support.microsoft.com/74e31bdd-d993-45da-aa82-35a236c5b5db
133+
* See https://support.microsoft.com/office/74e31bdd-d993-45da-aa82-35a236c5b5db
134134
* for examples of autofill scenarios.
135135
*/
136136
function main(workbook: ExcelScript.Workbook) {
@@ -3708,7 +3708,7 @@
37083708
- |-
37093709
/**
37103710
* This script uses the autofill feature to complete a table.
3711-
* See https://support.microsoft.com/74e31bdd-d993-45da-aa82-35a236c5b5db
3711+
* See https://support.microsoft.com/office/74e31bdd-d993-45da-aa82-35a236c5b5db
37123712
* for examples of autofill scenarios.
37133713
*/
37143714
function main(workbook: ExcelScript.Workbook) {
@@ -6324,7 +6324,7 @@
63246324
/**
63256325
* This script refreshes all the links to external workbooks,
63266326
* if the linked workbook refresh mode is set to manual.
6327-
* To learn about linked workbooks, see https://support.microsoft.com/office/create-an-external-reference-link-to-a-cell-range-in-another-workbook-c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
6327+
* To learn about linked workbooks, see https://support.microsoft.com/office/c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
63286328
*/
63296329
function main(workbook: ExcelScript.Workbook) {
63306330
// Check the refresh mode.
@@ -6499,7 +6499,7 @@
64996499
/**
65006500
* This script refreshes all the links to external workbooks,
65016501
* if the linked workbook refresh mode is set to manual.
6502-
* To learn about linked workbooks, see https://support.microsoft.com/office/create-an-external-reference-link-to-a-cell-range-in-another-workbook-c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
6502+
* To learn about linked workbooks, see https://support.microsoft.com/office/c98d1803-dd75-4668-ac6a-d7cca2a9b95f.
65036503
*/
65046504
function main(workbook: ExcelScript.Workbook) {
65056505
// Check the refresh mode.

0 commit comments

Comments
 (0)