Skip to content

Commit 1170167

Browse files
committed
Updated all SP links
1 parent fe3bf21 commit 1170167

File tree

10 files changed

+484
-484
lines changed

10 files changed

+484
-484
lines changed

CHANGELOG.JSON

Lines changed: 168 additions & 168 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 152 additions & 152 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This is a open source library that shares a set of reusable React control that can be used in your SharePoint Framework solutions.
66

7-
> If you are looking for web part property controls, please check following repository for those - [https://github.com/SharePoint/sp-dev-fx-property-controls](https://github.com/SharePoint/sp-dev-fx-property-controls)
7+
> If you are looking for web part property controls, please check following repository for those - [https://github.com/pnp/sp-dev-fx-property-controls](https://github.com/pnp/sp-dev-fx-property-controls)
88
99
## Get Started
1010

@@ -14,8 +14,8 @@ More information to get started can be found documentation of this repository: [
1414

1515
Please use following logic on submitting your questions or issues to right location to ensure that they are noticed and addressed as soon as possible.
1616

17-
* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/SharePoint/sp-dev-docs/issues).
18-
* You have issue on specific controls in this package - use [issue list in this repository](https://github.com/SharePoint/sp-dev-fx-controls-react/issues).
17+
* You have general question or challenge with SPFx - use [sp-dev-docs repository issue list](https://github.com/pnp/sp-dev-docs/issues).
18+
* You have issue on specific controls in this package - use [issue list in this repository](https://github.com/pnp/sp-dev-fx-controls-react/issues).
1919

2020

2121
## Contributing

docs/documentation/docs/about/release-notes.md

Lines changed: 152 additions & 152 deletions
Large diffs are not rendered by default.

docs/documentation/docs/beta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ npm install @pnp/spfx-controls-react@next --save
88

99
## Beta control documentation
1010

11-
The control documentation is only live for public releases, not for beta versions. If you want to checkout the markdown files of all controls in the `dev` branch: [beta documentation](https://github.com/SharePoint/sp-dev-fx-controls-react/tree/dev/docs/documentation/docs/controls).
11+
The control documentation is only live for public releases, not for beta versions. If you want to checkout the markdown files of all controls in the `dev` branch: [beta documentation](https://github.com/pnp/sp-dev-fx-controls-react/tree/dev/docs/documentation/docs/controls).
1212

1313
## Next Steps
1414

docs/documentation/docs/controls/fields/FieldNameRenderer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This control renders document's name as a link. The link provides either preview (if it is available) or direct download. Additionally, new documents are marked with "Glimmer" icon.
44

5-
**Note:** The Name column in document libraries is marked as noneditable. See [this issue](https://github.com/SharePoint/sp-dev-docs/issues/1207) for details.
5+
**Note:** The Name column in document libraries is marked as noneditable. See [this issue](https://github.com/pnp/sp-dev-docs/issues/1207) for details.
66
**Note** Glimmer icon displays correctly starting with SharePoint Framework v1.4
77

88
![FieldNameRenderer control output](../../assets/FieldNameRenderer.png)

docs/documentation/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ extra:
7979
link: 'http://aka.ms/sppnp-videos'
8080
- type: 'link'
8181
link: 'https://aka.ms/sppnp'
82-
repo_url: https://github.com/SharePoint/sp-dev-fx-controls-react
82+
repo_url: https://github.com/pnp/sp-dev-fx-controls-react
8383
edit_uri: blob/master/docs/documentation/docs

docs/guides/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ Sharing is caring!
66

77
## You have an idea for a new command
88

9-
Awesome! Good ideas are invaluable for every product. Before you start hacking away, please check if there is no similar idea already listed in the [issue list](https://github.com/SharePoint/sp-dev-fx-controls-react/issues). If not, please create a new issue describing your idea. Once we agree on the feature scope and architecture, the feature will be ready for building. Don't hesitate to mention in the issue if you'd like to build the feature yourself.
9+
Awesome! Good ideas are invaluable for every product. Before you start hacking away, please check if there is no similar idea already listed in the [issue list](https://github.com/pnp/sp-dev-fx-controls-react/issues). If not, please create a new issue describing your idea. Once we agree on the feature scope and architecture, the feature will be ready for building. Don't hesitate to mention in the issue if you'd like to build the feature yourself.
1010

1111
When building a new control, try to add your control to the default provided web part so that everyone can test it out. Please also provide the documentation for your controls in the [documentation section](../documentation).
1212

1313
## You have a suggestion for improving an existing command
1414

15-
Nothing is perfect. If you have an idea how to improve an existing command or the CLI, let us know by submitting an issue in the [issue list](https://github.com/SharePoint/sp-dev-fx-controls-react/issues). Some things are done for a reason, but some are not. Let's discuss what you think and see how the project could be improved for everyone.
15+
Nothing is perfect. If you have an idea how to improve an existing command or the CLI, let us know by submitting an issue in the [issue list](https://github.com/pnp/sp-dev-fx-controls-react/issues). Some things are done for a reason, but some are not. Let's discuss what you think and see how the project could be improved for everyone.
1616

1717
## You've found a bug
1818

19-
Bugs happen. When you find a bug, please have a look at the [issue list](https://github.com/SharePoint/sp-dev-fx-controls-react/issues) if a similar bug has already been logged. If not, let us know what doesn't work and how we can reproduce it. If we can't reproduce your bug, we will ask you for clarification, which will only make it longer to fix it.
19+
Bugs happen. When you find a bug, please have a look at the [issue list](https://github.com/pnp/sp-dev-fx-controls-react/issues) if a similar bug has already been logged. If not, let us know what doesn't work and how we can reproduce it. If we can't reproduce your bug, we will ask you for clarification, which will only make it longer to fix it.
2020

2121
## Fixing typos
2222

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"repository": {
6565
"type": "git",
66-
"url": "https://github.com/SharePoint/sp-dev-fx-controls-react"
66+
"url": "https://github.com/pnp/sp-dev-fx-controls-react"
6767
},
6868
"license": "MIT",
6969
"keywords": [
@@ -74,7 +74,7 @@
7474
"framework"
7575
],
7676
"bugs": {
77-
"url": "https://github.com/SharePoint/sp-dev-fx-controls-react/issues"
77+
"url": "https://github.com/pnp/sp-dev-fx-controls-react/issues"
7878
},
7979
"main": "lib/index.js",
8080
"homepage": "https://sharepoint.github.io/sp-dev-fx-controls-react/",

src/controls/siteBreadcrumb/SiteBreadcrumb.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare const sinon;
1212

1313
/**
1414
* DISCLAIMER: Currently does not work because of the following issue:
15-
* https://github.com/SharePoint/sp-dev-docs/issues/526
15+
* https://github.com/pnp/sp-dev-docs/issues/526
1616
*/
1717

1818
// describe('<SiteBreadcrumb />', () => {

0 commit comments

Comments
 (0)