You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,14 @@ token for your own Dropbox account.
30
30
31
31
## Examples
32
32
33
-
Several examples can be found in the examples directory:
34
-
* SimpleBlogDemo — An ASP.NET MVC application that creates a simple blogging
33
+
Several examples can be found in the [examples](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples) directory:
34
+
*[SimpleBlogDemo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/SimpleBlogDemo) — An ASP.NET MVC application that creates a simple blogging
35
35
platform, this shows how to upload and download files.
36
-
* SimpleBusinessDashboard — An ASP.NET MVC application that creates a simple business
36
+
*[SimpleBusinessDashboard](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/SimpleBusinessDashboard) — An ASP.NET MVC application that creates a simple business
37
37
dashboard, showcasing the Dropbox Business endpoints.
38
-
* SimpleTest — A windows console application that demonstrates basic use of the SDK;
38
+
*[SimpleTest](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/SimpleTest) — A windows console application that demonstrates basic use of the SDK;
39
39
this also contains code that connects with OAuth2 using WPF.
40
-
* UniversalDemo — A slide show app for both Windows Store and
40
+
*[UniversalDemo](https://github.com/dropbox/dropbox-sdk-dotnet/tree/master/dropbox-sdk-dotnet/Examples/UniversalDemo/UniversalDemo) — A slide show app for both Windows Store and
0 commit comments