Skip to content

Commit 2d11e04

Browse files
foxdaveVesaJuvonen
authored andcommitted
Update connect-to-sharepoint.md (SharePoint#248)
the URL should be https:// but not http://.
1 parent efae312 commit 2d11e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/get-started/connect-to-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Save the file. The `gulp serve` running in your console will detect this save op
6969

7070
>**Note:** Keep the console window and VS Code side by side to see gulp automatically compile as you save changes in VS Code.
7171
72-
In your browser, go to **workbench.html** locally. If you have already closed the tab, the URL is http://localhost:4321/temp/workbench.html.
72+
In your browser, go to **workbench.html** locally. If you have already closed the tab, the URL is https://localhost:4321/temp/workbench.html.
7373

7474
You should see the following in the web part:
7575

0 commit comments

Comments
 (0)