Update README.md
This commit is contained in:
parent
c81b0d3926
commit
a434a6af60
|
@ -29,8 +29,7 @@ Please use following logic on submitting your questions or issues to right locat
|
||||||
|
|
||||||
* [Overview of the SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
|
* [Overview of the SharePoint Framework](https://docs.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
|
||||||
* [SharePoint Framework development tools and libraries](https://docs.microsoft.com/sharepoint/dev/spfx/tools-and-libraries)
|
* [SharePoint Framework development tools and libraries](https://docs.microsoft.com/sharepoint/dev/spfx/tools-and-libraries)
|
||||||
* [SharePoint Framework Reference](http://aka.ms/spfx-reference)
|
* [Getting Started](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
|
||||||
* [Visual Studio Extension for SharePoint Framework projects](https://github.com/SharePoint/sp-dev-fx-vs-extension)
|
|
||||||
|
|
||||||
## Using the samples
|
## Using the samples
|
||||||
|
|
||||||
|
@ -39,7 +38,7 @@ To build and start using these projects, you'll need to clone and build the proj
|
||||||
Clone this repository by executing the following command in your console:
|
Clone this repository by executing the following command in your console:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
git clone https://github.com/SharePoint/sp-dev-fx-webparts.git
|
git clone https://github.com/pnp/sp-dev-fx-webparts.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Navigate to the cloned repository folder which should be the same as the repository name:
|
Navigate to the cloned repository folder which should be the same as the repository name:
|
||||||
|
@ -77,8 +76,8 @@ gulp serve
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
These samples are direct from the feature teams, SharePoint PnP core team (http://aka.ms/SharePointPnP) or shared by the community. We welcome your input on issues and suggestions for new samples. We do also welcome community contributions around the client-side web parts. If there's any questions around that, just let us know.
|
These samples are direct from the feature teams, SharePoint PnP core team (http://aka.ms/m365pnp) or shared by the community. We welcome your input on issues and suggestions for new samples. We do also welcome community contributions around the client-side web parts. If there's any questions around that, just let us know.
|
||||||
|
|
||||||
Please have a look on our [Contribution Guidance](./.github/CONTRIBUTING.md) before submitting your pull requests, so that we can get your contribution processed as fast as possible. Thx.
|
Please have a look on our [Contribution Guidance](./.github/CONTRIBUTING.md) before submitting your pull requests, so that we can get your contribution processed as fast as possible. Thx.
|
||||||
|
|
||||||
> Sharing is caring!
|
> Sharing is caring!
|
||||||
|
|
Loading…
Reference in New Issue