Skip to content

Commit 3dd3b46

Browse files
committed
Updated start util to go to my site instead of opening the local html file
1 parent 770da17 commit 3dd3b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update-conference-prague-2024/utils/open-presentation-materials.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ $vsExePath = "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/ID
1212

1313
& "c:/ZoomIt/ZoomIt.exe"
1414

15-
Start-Process -FilePath MSEdge -ArgumentList "$presentationPath/presentation.html", "https://github.com/ProgrammerAL/Presentations-2024/actions", "https://app.pulumi.com/ProgrammerAl/update-conf-2024/dev", "https://portal.azure.com/#browse/resourcegroups"
15+
Start-Process -FilePath MSEdge -ArgumentList "https://programmeral.com/posts/20241114_UpdateConf2024", "https://github.com/ProgrammerAL/Presentations-2024/actions", "https://app.pulumi.com/ProgrammerAl/update-conf-2024/dev", "https://portal.azure.com/#browse/resourcegroups"
1616

0 commit comments

Comments
 (0)