@@ -31,31 +31,31 @@ For prerequisites, see the [README](../README.md#Prerequisites) in the `dotnetv4
3131
3232### Get started
3333
34- - [ Hello AWS Control Tower] ( Actions/HelloControlTower.cs#L4 ) (` ListBaselines ` )
34+ - [ Hello AWS Control Tower] ( ../ControlTower/ Actions/HelloControlTower.cs#L4) (` ListBaselines ` )
3535
3636
3737### Basics
3838
3939Code examples that show you how to perform the essential operations within a service.
4040
41- - [ Learn the basics] ( Scenarios/ControlTower_Basics/ControlTowerBasics.cs )
41+ - [ Learn the basics] ( ../ControlTower/ Scenarios/ControlTower_Basics/ControlTowerBasics.cs)
4242
4343
4444### Single actions
4545
4646Code excerpts that show you how to call individual service functions.
4747
48- - [ DisableBaseline] ( Actions/ControlTowerWrapper.cs#L181 )
49- - [ DisableControl] ( Actions/ControlTowerWrapper.cs#L401 )
50- - [ EnableBaseline] ( Actions/ControlTowerWrapper.cs#L120 )
51- - [ EnableControl] ( Actions/ControlTowerWrapper.cs#L345 )
52- - [ GetBaselineOperation] ( Actions/ControlTowerWrapper.cs#L273 )
53- - [ GetControlOperation] ( Actions/ControlTowerWrapper.cs#L449 )
54- - [ ListBaselines] ( Actions/ControlTowerWrapper.cs#L62 )
55- - [ ListEnabledBaselines] ( Actions/ControlTowerWrapper.cs#L91 )
56- - [ ListEnabledControls] ( Actions/ControlTowerWrapper.cs#L305 )
57- - [ ListLandingZones] ( Actions/ControlTowerWrapper.cs#L33 )
58- - [ ResetEnabledBaseline] ( Actions/ControlTowerWrapper.cs#L227 )
48+ - [ DisableBaseline] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L181)
49+ - [ DisableControl] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L401)
50+ - [ EnableBaseline] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L120)
51+ - [ EnableControl] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L345)
52+ - [ GetBaselineOperation] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L273)
53+ - [ GetControlOperation] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L449)
54+ - [ ListBaselines] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L62)
55+ - [ ListEnabledBaselines] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L91)
56+ - [ ListEnabledControls] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L305)
57+ - [ ListLandingZones] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L33)
58+ - [ ResetEnabledBaseline] ( ../ControlTower/ Actions/ControlTowerWrapper.cs#L227)
5959
6060
6161<!-- custom.examples.start-->
0 commit comments