Skip to content

Commit c8530e2

Browse files
committed
Fixing links
1 parent c917095 commit c8530e2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

articles/automation/automation-connections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ azure_credential = get_automation_runas_credential(runas_connection)
189189

190190
## Next steps
191191

192-
* To learn more about the cmdlets used to access connections, see [Manage modules in Azure Automation](modules.md).
192+
* To learn more about the cmdlets used to access connections, see [Manage modules in Azure Automation](shared-resources/modules.md).
193193
* For general information about runbooks, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
194-
* For details of DSC configurations, see [State Configuration overview](../automation-dsc-overview.md).
194+
* For details of DSC configurations, see [State Configuration overview](automation-dsc-overview.md).

articles/automation/shared-resources/certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Certificates are stored securely in Azure Automation for access by runbooks and
2323
2424
## Windows PowerShell cmdlets to access certificates
2525

26-
The cmdlets in the following table create and manage Automation certificates with Windows PowerShell. They ship as part of the [Az modules](shared-resources/modules.md#az-modules).
26+
The cmdlets in the following table create and manage Automation certificates with Windows PowerShell. They ship as part of the [Az modules](modules.md#az-modules).
2727

2828
|Cmdlet |Description|
2929
| --- | ---|
@@ -166,5 +166,5 @@ print cert
166166
## Next steps
167167

168168
* To learn more about the cmdlets used to access certificates, see [Manage modules in Azure Automation](modules.md).
169-
* For general information about runbooks, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
169+
* For general information about runbooks, see [Runbook execution in Azure Automation](../automation-runbook-execution.md).
170170
* For details of DSC configurations, see [State Configuration overview](../automation-dsc-overview.md).

articles/automation/shared-resources/credentials.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ An Automation credential asset holds an object that contains security credential
2525

2626
## Windows PowerShell cmdlets used to access credentials
2727

28-
The cmdlets in the following table create and manage Automation credentials with Windows PowerShell. They ship as part of the [Az modules](shared-resources/modules.md#az-modules).
28+
The cmdlets in the following table create and manage Automation credentials with Windows PowerShell. They ship as part of the [Az modules](modules.md#az-modules).
2929

3030
| Cmdlet | Description |
3131
|:--- |:--- |
@@ -162,5 +162,5 @@ print cred["password"]
162162
## Next steps
163163

164164
* To learn more about the cmdlets used to access credentials, see [Manage modules in Azure Automation](modules.md).
165-
* For general information about runbooks, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
165+
* For general information about runbooks, see [Runbook execution in Azure Automation](../automation-runbook-execution.md).
166166
* For details of DSC configurations, see [State Configuration overview](../automation-dsc-overview.md).

articles/automation/shared-resources/schedules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To schedule a runbook in Azure Automation to start at a specified time, you link
2323
2424
## Windows PowerShell cmdlets used to access schedules
2525

26-
The cmdlets in the following table create and manage Automation schedules with Windows PowerShell. They ship as part of the [Az modules](shared-resources/modules.md#az-modules).
26+
The cmdlets in the following table create and manage Automation schedules with Windows PowerShell. They ship as part of the [Az modules](modules.md#az-modules).
2727

2828
| Cmdlets | Description |
2929
|:--- |:--- |
@@ -194,4 +194,4 @@ Remove-AzAutomationSchedule -AutomationAccountName $automationAccountName `
194194
## Next steps
195195

196196
* To learn more about the cmdlets used to access schedules, see [Manage modules in Azure Automation](modules.md).
197-
* For general information about runbooks, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
197+
* For general information about runbooks, see [Runbook execution in Azure Automation](../automation-runbook-execution.md).

articles/automation/shared-resources/variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can store multiple values to a single variable by creating an array or hasht
5353
5454
## Windows PowerShell cmdlets to manage variables
5555

56-
The cmdlets in the following table create and manage Automation variables with Windows PowerShell. They ship as part of the [Az modules](shared-resources/modules.md#az-modules).
56+
The cmdlets in the following table create and manage Automation variables with Windows PowerShell. They ship as part of the [Az modules](modules.md#az-modules).
5757

5858
| Cmdlet | Description |
5959
|:---|:---|
@@ -192,5 +192,5 @@ The following image shows example activities to update a variable with a simple
192192
## Next steps
193193

194194
* To learn more about the cmdlets used to access variables, see [Manage modules in Azure Automation](modules.md).
195-
* For general information about runbooks, see [Runbook execution in Azure Automation](automation-runbook-execution.md).
195+
* For general information about runbooks, see [Runbook execution in Azure Automation](../automation-runbook-execution.md).
196196
* For details of DSC configurations, see [State Configuration overview](../automation-dsc-overview.md).

0 commit comments

Comments
 (0)