Skip to content

Commit 6cd1eed

Browse files
committed
Fixing links and guidance around docs.microsoft.com
1 parent 606cc22 commit 6cd1eed

File tree

2 files changed

+19
-31
lines changed

2 files changed

+19
-31
lines changed

.github/CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ remove: Total 10 (delta 1), reused 10 (delta 1)
105105
Unpacking objects: 100% (10/10), done.
106106
```
107107

108-
## Switch to `staging` branch
108+
## Switch to `master` branch
109109

110-
In order to add your changes, you will need to do those in the `staging` branch.
110+
In order to add your changes, you will need to do those in the `master` branch.
111111

112-
Type the following command in the console to switch to `staging` branch:
112+
Type the following command in the console to switch to `master` branch:
113113

114114
```
115-
git checkout staging
115+
git checkout master
116116
```
117117

118118
Now, you can update existing docs or add new docs to the docs repo.
@@ -130,13 +130,13 @@ Depending on the doc's intent, you can choose to add your doc into `basics` or
130130

131131
Once you have completed adding your changes, you can submit a pull request.
132132

133-
Navigate to the forked sp-dev-docs repo in your account. Make sure your current branch is `staging` branch.
133+
Navigate to the forked sp-dev-docs repo in your account. Make sure your current branch is `master` branch.
134134

135-
Once you are in the staging branch, you should see a message to `Compare & pull request`
135+
Once you are in the `master` branch, you should see a message to `Compare & pull request`
136136

137137
![Submit a pull request to sp-dev-docs repo](../images/contribute-docs-submit-pr.png)
138138

139-
This will start a new pull request. Make sure you use the following [template]() to fill in your changes. Make sure you are creating this pull request against the `staging` branch.
139+
This will start a new pull request. Make sure you use the following [template]() to fill in your changes. Make sure you are creating this pull request against the `master` branch.
140140

141141
Once you have all the information, click the `Create pull request` to submit your pull request.
142142

README.md

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
The SharePoint Framework (SPFx) is a page and part model that enables client-side development for building SharePoint experiences. It facilitates easy integration with the SharePoint data, and provides support for open source tooling development.
44

5-
* [Official SharePoint Framework Documentation](http://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview)
5+
* [Official SharePoint Framework Documentation](http://aka.ms/spfx)
66

7-
This repository contains the raw documents published to dev.office.com site. Feel free to use [Issues]((https://github.com/SharePoint/sp-dev-docs/issues)) list to report us findings or also submit pull requests around the existing documentation.
7+
This repository contains the raw documents published to docs.microsoft.com site. Feel free to use [Issues]((https://github.com/SharePoint/sp-dev-docs/issues)) list to report us findings or also submit pull requests around the existing documentation.
88

99
The SharePoint Framework now generally available. Please check more release details either from the [GA release notes](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-GA) or from the [Office Blog post](https://blogs.office.com/2017/02/23/sharepoint-framework-reaches-general-availability-build-and-deploy-engaging-web-parts-today/) around the GA release. If you find issues or have new ideas and suggestions for SharePoint Framework, make sure you submit them [here](https://github.com/SharePoint/sp-dev-docs/issues). We’ll also be monitoring [#spfx](http://sharepoint.stackexchange.com/tags/spfx/), [#spfx-webparts](http://sharepoint.stackexchange.com/tags/spfx-webparts/), and [#spfx-tooling](http://sharepoint.stackexchange.com/tags/spfx-tooling/) at [SharePoint StackExchange](http://sharepoint.stackexchange.com/) as well.
1010

1111
## SharePoint Framework Releases
1212

13+
* **September 25, 2017**
14+
* **GA of Extensions and SPFx v1.3**.
15+
1316
* **June 6, 2017**
1417
* **Dev Preview of extensions is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes---Extensions-Dev-Preview-Drop-1)
1518

@@ -19,29 +22,14 @@ The SharePoint Framework now generally available. Please check more release deta
1922
* **Jan 9, 2017**
2023
* **RC0 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-RC0)
2124

22-
* **Nov 22, 2016**
23-
* **Drop 6 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-6)
24-
25-
* **Oct 17, 2016**
26-
* **Drop 5 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-5)
27-
28-
* **Sept 21, 2016**
29-
* **Drop 4 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-4-and-MDL2)
30-
31-
* **Sep 14, 2016**
32-
* **Drop 3 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-3)
33-
34-
* **Sep 1, 2016**
35-
* **Drop 2 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Release-Notes-Drop-2)
36-
3725
* **Aug 17, 2016**
3826
* **Drop 1 is available**. [See the release notes here](https://github.com/SharePoint/sp-dev-docs/wiki/Drop-1)
3927

4028
## Get Started
4129

42-
* [Setup your Office 365 Developer Tenant](http://dev.office.com/sharepoint/docs/spfx/set-up-your-developer-tenant)
43-
* [Setup your Machine](http://dev.office.com/sharepoint/docs/spfx/set-up-your-development-environment)
44-
* [Go build your first web part](http://dev.office.com/sharepoint/docs/spfx/web-parts/get-started/build-a-hello-world-web-part)
30+
* [Setup your Office 365 Developer Tenant](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
31+
* [Setup your Machine](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-development-environment)
32+
* [Go build your first web part](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part)
4533

4634
## Reference
4735
* [sp-component-base](reference/spfx/sp-component-base-module.md)
@@ -54,15 +42,15 @@ The SharePoint Framework now generally available. Please check more release deta
5442

5543
## Learn More
5644

57-
* [Background and Philosophy](http://dev.office.com/sharepoint/docs/spfx/sharepoint-framework-overview)
58-
* [Design Great Web Parts](http://dev.office.com/sharepoint/docs/spfx/web-parts/basics/design-considerations-for-web-parts)
59-
* [API Docs](https://sharepoint.github.io/)
45+
* [Background and Philosophy](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview)
46+
* [Design Great Web Parts](https://docs.microsoft.com/en-us/sharepoint/dev/design/design-guidance-overview)
47+
* [API Docs](https://docs.microsoft.com/en-us/javascript/api/sp-application-base)
6048

6149
## Updates & Feedback
6250

6351
To keep track of improvements to the Office 365 Framework, please take a look at:
6452

65-
* [@SharePoint](https://twitter.com/sharepoint) and [@OfficeDev](https://twitter.com/officedev) on Twitter
53+
* [@SharePoint](https://twitter.com/sharepoint), [@OfficeDev](https://twitter.com/officedev) and [@OfficeDevPnP](https://twitter.com/officedevpnp) on Twitter
6654
* [Office Developer Blog](http://dev.office.com/blogs)
6755

6856
Provide Feedback:

0 commit comments

Comments
 (0)