Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate McMaster committed Jan 29, 2016
1 parent fe1f138 commit d744c61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/platforms/uwp/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Now it's time to define a context and entity classes that make up your model.
Notice the ``OnConfiguring`` method (new in EF7) that is used to specify the provider to use and, optionally, other configuration too.

.. literalinclude:: sample/EFGetStarted.UWP/Model.cs
:language: c#
:language: csharp
:linenos:

.. tip::
Expand Down
4 changes: 2 additions & 2 deletions docs/providers/sql-server/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Getting Started
---------------

The following tutorials use this provider:
* :doc:`/getting-started/full-dotnet/index`
* :doc:`/getting-started/aspnet5/index`
* :doc:`/platforms/full-dotnet/getting-started`
* :doc:`/platforms/aspnetcore/getting-started`

The following sample applications use this provider:
* `UnicornStore <https://github.com/rowanmiller/UnicornStore/tree/master/UnicornStore>`_
Expand Down
6 changes: 3 additions & 3 deletions docs/providers/sqlite/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Getting Started
---------------

The following tutorials use this provider:
* :doc:`/getting-started/uwp`
* :doc:`/getting-started/linux`
* :doc:`/getting-started/osx`
* :doc:`/platforms/uwp/getting-started`
* :doc:`/platforms/coreclr/getting-started-linux`
* :doc:`/platforms/coreclr/getting-started-osx`

The following sample applications use this provider:
* `Unicorn Clicker <https://github.com/rowanmiller/UnicornStore/tree/master/UnicornClicker/UWP>`_
Expand Down

0 comments on commit d744c61

Please sign in to comment.