Skip to content

Commit e230dbc

Browse files
authored
move basics_scenarios folder into scenarios (awsdocs#7293)
* move basics_scenarios folder into scenarios * remove basics_scenarios folder
1 parent 3d8a603 commit e230dbc

File tree

30 files changed

+2
-2
lines changed

30 files changed

+2
-2
lines changed

javav2/example_code/ecr/src/main/java/com/example/ecr/scenario/ECRScenario.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* this Java program will not successfully run. For more information including how to create the local
2828
* image, see:
2929
*
30-
* /getting_started_scenarios/ecr_scenario/README
30+
* /scenarios/basics/ecr/README
3131
*
3232
*/
3333
public class ECRScenario {

kotlin/services/ecr/src/main/kotlin/com/example/ecr/scenario/ECRScenario.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import java.util.Scanner
2323
* this program will not successfully run. For more information including how to create the local
2424
* image, see:
2525
*
26-
* /getting_started_scenarios/ecr_scenario/README
26+
* /scenarios/basics/ecr/README
2727
*
2828
*/
2929

File renamed without changes.

0 commit comments

Comments
 (0)