Skip to content

Commit 955b5d7

Browse files
author
RJ Lohan
authored
Update README.md
Fixing source code links.
1 parent 0a9fe08 commit 955b5d7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ sample for now this can be used for injecting credentials using the role based p
103103
<b>How to use it?</b>
104104
<p>
105105
Sample code illustrating how to use this setup with KMS. To make scheduling the key for delete in case of abort to
106-
testing the key is aliased using the alias name [KEY_ALIAS](src/main/software/amazon/cloudformation/test/KMSKeyEnabledServiceIntegrationTestBase.java)
106+
testing the key is aliased using the alias name [KEY_ALIAS](src/main/java/software/amazon/cloudformation/test/KMSKeyEnabledServiceIntegrationTestBase.java)
107107
The test when it runs to completion will automatically move the KMS key for delete. If test is rerun
108108
the KMS key will be made active again for the duration of he test run and disable and scheduled to be deleted.
109109
Regardless of how many times we run these tests there is only one key with the alias managed in the account.
@@ -252,15 +252,14 @@ public class CRUDLifecycleTest extends CRUDLifecycleTestBase<ResourceModel, Call
252252

253253
These classes use the annotation and named profiles described above to make testing against live AWS services easy.
254254

255-
[software.amazon.cloudformation.test.KMSKeyEnabledServiceIntegrationTestBase](src/main/software/amazon/cloudformation/test/KMSKeyEnabledServiceIntegrationTestBase.java)
256-
[software.amazon.cloudformation.test.AbstractLifecycleTestBase](src/main/software/amazon/cloudformation/test/AbstractLifecycleTestBase.java)
255+
[software.amazon.cloudformation.test.KMSKeyEnabledServiceIntegrationTestBase](src/main/java/software/amazon/cloudformation/test/KMSKeyEnabledServiceIntegrationTestBase.java)
256+
[software.amazon.cloudformation.test.AbstractLifecycleTestBase](src/main/java/software/amazon/cloudformation/test/AbstractLifecycleTestBase.java)
257257

258258
*Local Unit Testing*
259259

260260
This class provides the step plumbing
261261

262-
[software.amazon.cloudformation.test.AbstractMockTestBase](src/main/software/amazon/cloudformation/test/AbstractMockTestBase.java)
263-
262+
[software.amazon.cloudformation.test.AbstractMockTestBase](src/main/java/software/amazon/cloudformation/test/AbstractMockTestBase.java)
264263

265264
## License
266265

0 commit comments

Comments
 (0)