Skip to content

Commit 36e2fe1

Browse files
authored
Fix Sample links (#186)
1 parent 04aecfa commit 36e2fe1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

samples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The samples folder contains Dockerfiles that build a sample image containing sample applications.
44

5-
* [Update base package sample](updateBase/README.md) - This sample applies updates all the base OS packages. This can be used to resolve CVEs in the base packages
6-
* [iFix sample](applyIfix/README.md) - This sample applies an iFix provided by IBM to an existing image.
7-
* [Bar sample](bars/README.md) - This sample adds some bar files to an existing image.
8-
* [Scripts sample](scripts/README.md) - This sample adds scripts which are run on startup.
5+
* [Update base package sample](updateBase/) - This sample applies updates all the base OS packages. This can be used to resolve CVEs in the base packages
6+
* [iFix sample](applyIfix/) - This sample applies an iFix provided by IBM to an existing image.
7+
* [Bar sample](bars/) - This sample adds some bar files to an existing image.
8+
* [Scripts sample](scripts/) - This sample adds scripts which are run on startup.
99

samples/applyIfix/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This sample applies an iFix provided by IBM to an existing image.
77

88
## Building the sample
99

10-
- First [build the ACE image](../README.md#Building-a-container-image) or obtain one of the shipped images
10+
- First [build the ACE image](../../README.md#Building-a-container-image) or obtain one of the shipped images
1111
- Download the appropriate iFix provided by IBM and place it into the fix directory
1212
- Update the dockerfile to reference the iFix i.e. replace \<iFixName> with the name of the ifix you've downloaded i.e. 12.0.3.0-ACE-LinuxX64-TFIT39515A
1313
- In the `sample/scripts/applyIfix` folder:

samples/bars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Building the sample
99

10-
First [build the ACE image](../README.md#Building-a-container-image) or obtain one of the shipped images
10+
First [build the ACE image](../../README.md#Building-a-container-image) or obtain one of the shipped images
1111

1212
In the `sample/bars` folder:
1313

samples/scripts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This sample includes copying in a script which should run before the Integration
77

88
## Building the sample
99

10-
First [build the ACE image](../README.md#Building-a-container-image) or obtain one of the shipped images
10+
First [build the ACE image](../../README.md#Building-a-container-image) or obtain one of the shipped images
1111

1212
In the `sample/scripts` folder:
1313

samples/updateBase/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sample applies updates all the base OS packages. This can be used to resolv
66

77
## Building the sample
88

9-
- First [build the ACE image](../README.md#Building-a-container-image) or obtain one of the shipped images
9+
- First [build the ACE image](../../README.md#Building-a-container-image) or obtain one of the shipped images
1010
- In the `sample/scripts/updateBase` folder:
1111

1212
```bash

0 commit comments

Comments
 (0)