Skip to content

Commit

Permalink
Merge pull request #25 from seijikun/patch-3
Browse files Browse the repository at this point in the history
[HelloWorld/UWP] Fix broken image
  • Loading branch information
seijikun authored Mar 14, 2017
2 parents 3ab46a5 + 149c449 commit eb3f28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getting-started/hello-uwp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Create project

Start Visual Studio and select "FILE -> New -> Project...". Select "Windows -> Universal -> Blank App (Universal Windows)" to create new projects for Windows and Windows Phone:

.. image:: windows-universal-app-new-project.png
.. image:: uwp-new-project.png


Add references
Expand Down Expand Up @@ -89,4 +89,4 @@ The application should now look like this:

.. image:: uwp-example1.png

The source code can be found in the `HelloWorld\\UniversalApp1 <https://github.com/oxyplot/documentation-examples/tree/master/HelloWorld/UniversalApp1>`_ folder in the `documentation-examples <https://github.com/oxyplot/documentation-examples>`_ repository.
The source code can be found in the `HelloWorld\\UniversalApp1 <https://github.com/oxyplot/documentation-examples/tree/master/HelloWorld/UniversalApp1>`_ folder in the `documentation-examples <https://github.com/oxyplot/documentation-examples>`_ repository.

0 comments on commit eb3f28a

Please sign in to comment.