Skip to content

Commit 88da4e1

Browse files
committed
Add Windows CMD scripts for opening Java documentation and tutorial links.
Signed-off-by: Somesh diwan <[email protected]>
1 parent f963712 commit 88da4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Section7ConditionalStatements/OpenLinks.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ pushd "%~dp0"
44
:MENU
55
cls
66
echo ===============================================================
7-
echo Java Tutorial Resources - Conditional Logic
7+
echo Resources - Conditional Logic
88
echo ===============================================================
99
echo 1. Open switch Statement Tutorial
10-
echo 2. Java Language Spec §4.6 - Type Erasure
10+
echo 2. Java Language Spec 4.6 - Type Erasure
1111
echo 3. Java Enums Tutorial (Object-Oriented Concepts)
1212
echo 4. Exit
1313
echo.

0 commit comments

Comments
 (0)