Skip to content

Commit

Permalink
Cleanup after moving samples folder to the root of the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jansenbe committed Nov 27, 2020
1 parent 5f8a4c9 commit 2a78d8e
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/templates/material/styles/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $(function (){
$("a.improve-doc-lg").each(function () {
var link = $(this).attr('href');
if(link.indexOf("/dev/docs/demos/") > -1){
link = link.replace("/dev/docs/demos/","/dev/src/samples/");
link = link.replace("/dev/docs/demos/","/dev/samples/");
$(this).attr('href', link);
}
});
Expand Down
2 changes: 1 addition & 1 deletion samples/Demo.ASPNetCore/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This solution demonstrates how the PnP Core SDK can be used in a ASP.NET Core we

## Source code

You can find the sample source code here: [/src/samples/Demo.ASPNetCore](https://github.com/pnp/pnpcore/tree/dev/src/samples/Demo.ASPNetCore)
You can find the sample source code here: [/samples/Demo.ASPNetCore](https://github.com/pnp/pnpcore/tree/dev/samples/Demo.ASPNetCore)

# Run the sample

Expand Down
2 changes: 1 addition & 1 deletion samples/Demo.AzureFunction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This solution demonstrates how to build a simple backend API in the form of an H
## Source code

You can find the sample source code here: [/src/samples/Demo.AzureFunction](https://github.com/pnp/pnpcore/tree/dev/src/samples/Demo.AzureFunction)
You can find the sample source code here: [/samples/Demo.AzureFunction](https://github.com/pnp/pnpcore/tree/dev/samples/Demo.AzureFunction)

## Quickstart

Expand Down
2 changes: 1 addition & 1 deletion samples/Demo.Blazor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This solution demonstrates how the PnP Core SDK can be used in a Blazor WebAssem

## Source code

You can find the sample source code here: [/src/samples/Demo.Blazor](https://github.com/pnp/pnpcore/tree/dev/src/samples/Demo.Blazor)
You can find the sample source code here: [/samples/Demo.Blazor](https://github.com/pnp/pnpcore/tree/dev/samples/Demo.Blazor)

# Run the sample

Expand Down
2 changes: 1 addition & 1 deletion samples/Demo.Console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This solution demonstrates how the PnP Core SDK can be used in a console applica

## Source code

You can find the sample source code here: [/src/samples/Demo.Console](https://github.com/pnp/pnpcore/tree/dev/src/samples/Demo.Console)
You can find the sample source code here: [/samples/Demo.Console](https://github.com/pnp/pnpcore/tree/dev/samples/Demo.Console)

# Run the sample

Expand Down
2 changes: 1 addition & 1 deletion samples/Demo.RPi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This sample demonstrates using the pnp core library running on a Raspberry Pi de

## Source code

You can find the sample source code here: [/src/samples/Demo.RPi](https://github.com/pnp/pnpcore/tree/dev/src/samples/Demo.RPi)
You can find the sample source code here: [/samples/Demo.RPi](https://github.com/pnp/pnpcore/tree/dev/samples/Demo.RPi)

## Setup

Expand Down
2 changes: 1 addition & 1 deletion samples/Demo.WPF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This solution demonstrates how the PnP Core SDK can be used in a WPF application

## Source code

You can find the sample source code here: [/src/samples/Demo.WPF](https://github.com/pnp/pnpcore/tree/dev/src/samples/Demo.WPF)
You can find the sample source code here: [/samples/Demo.WPF](https://github.com/pnp/pnpcore/tree/dev/samples/Demo.WPF)

# Run the sample

Expand Down
3 changes: 3 additions & 0 deletions src/assets/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Assets

This folder contains assets used when running PnP Core SDK unit tests.
2 changes: 1 addition & 1 deletion src/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Folder | Description
-------|------------
sdk | The code of the PnP Core SDK
tools | Source code of additional tools and utilities that are used to maintain the PnP Core SDK
samples | Simple sample solutions
assets | Assets used when running tests
generated | Contains model classes that are generated, speeding up the model development

0 comments on commit 2a78d8e

Please sign in to comment.