Skip to content

Commit 7f671da

Browse files
committed
Correcting URL to github project in README
1 parent 70409a2 commit 7f671da

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This creates a new subdirectory called `python_tutorial`. Change your command pr
2121

2222
Once the server starts, open a web browser and browse to http://127.0.0.1:8000/. You should see a success message.
2323

24-
![The default Django welcome page.](https://raw.githubusercontent.com/jasonjoh/python-tutorial/master/readme-images/django-welcome.PNG)
24+
![The default Django welcome page.](https://raw.githubusercontent.com/jasonjoh/python_tutorial/master/readme-images/django-welcome.PNG)
2525

2626
As the success message suggests, let's add an app to our new project. On the command prompt, run the following command.
2727

@@ -152,11 +152,11 @@ In Step 2:
152152

153153
Be sure to replace `http://127.0.0.1:8000` with your correct web server address if you are using a different server.
154154

155-
![The Step 2 section of the App Registration Tool.](https://raw.githubusercontent.com/jasonjoh/python-tutorial/master/readme-images/registration-step2.PNG)
155+
![The Step 2 section of the App Registration Tool.](https://raw.githubusercontent.com/jasonjoh/python_tutorial/master/readme-images/registration-step2.PNG)
156156

157157
In Step 3, select `Read mail`. If you plan on going beyond this tutorial and trying Calendar or Contacts API, go ahead and select additional permissions as well. For the purposes of this tutorial though, only `Read mail` is required.
158158

159-
![The Step 3 section of the App Registration Tool.](https://raw.githubusercontent.com/jasonjoh/python-tutorial/master/readme-images/registration-step3.PNG)
159+
![The Step 3 section of the App Registration Tool.](https://raw.githubusercontent.com/jasonjoh/python_tutorial/master/readme-images/registration-step3.PNG)
160160

161161
After clicking the **Register App** button, copy your client ID and secret from the tool. Replace the `YOUR CLIENT ID` and `YOUR CLIENT SECRET` placeholders in the `.\tutorial\authhelper.py` file with these values and save your changes.
162162

@@ -431,11 +431,11 @@ Update the `mail` function in `views.py` to use this new template.
431431

432432
Save the changes and sign in to the app. You should now see a simple table of messages in your inbox.
433433

434-
![The finished app displaying the user's inbox.](https://raw.githubusercontent.com/jasonjoh/python-tutorial/master/readme-images/inbox-listing.PNG)
434+
![The finished app displaying the user's inbox.](https://raw.githubusercontent.com/jasonjoh/python_tutorial/master/readme-images/inbox-listing.PNG)
435435

436436
## Next Steps ##
437437

438-
Now that you've created a working sample, you may want to learn more about the [capabilities of the Mail API](https://msdn.microsoft.com/office/office365/APi/mail-rest-operations). If your sample isn't working, and you want to compare, you can download the end result of this tutorial from [GitHub](https://github.com/jasonjoh/python-tutorial).
438+
Now that you've created a working sample, you may want to learn more about the [capabilities of the Mail API](https://msdn.microsoft.com/office/office365/APi/mail-rest-operations). If your sample isn't working, and you want to compare, you can download the end result of this tutorial from [GitHub](https://github.com/jasonjoh/python_tutorial).
439439

440440
## Copyright ##
441441

0 commit comments

Comments
 (0)