Skip to content

Commit 22f7181

Browse files
committedDec 3, 2018
updating from master
2 parents 56f0156 + b6bc9f5 commit 22f7181

File tree

512 files changed

+8444
-1732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

512 files changed

+8444
-1732
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ Please refer to [LICENSE](.github/LICENSE), [LICENSE-CODE](.github/LICENSE-CODE)
3232

3333
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
3434
For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
35+

‎articles/active-directory-b2c/active-directory-b2c-devquickstarts-api-node.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ The completed app is also [available as a .zip file](https://github.com/AzureADQ
6868
## Download Node.js for your platform
6969
To successfully use this sample, you need a working installation of Node.js.
7070

71-
Install Node.js from [nodejs.org](http://nodejs.org).
71+
Install Node.js from [nodejs.org](https://nodejs.org).
7272

7373
## Install MongoDB for your platform
7474
To successfully use this sample, you need a working installation of MongoDB. We use MongoDB to make your REST API persistent across server instances.
7575

76-
Install MongoDB from [mongodb.org](http://www.mongodb.org).
76+
Install MongoDB from [mongodb.org](https://www.mongodb.org).
7777

7878
> [!NOTE]
7979
> This walk-through assumes that you use the default installation and server endpoints for MongoDB, which at the time of this writing is `mongodb://localhost`.

0 commit comments

Comments
 (0)