Skip to content

Commit e36f518

Browse files
waldekmastykarzVesaJuvonen
authored andcommitted
Updated links to external resources (SharePoint#671)
1 parent aedbfa5 commit e36f518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/team-based-development-on-sharepoint-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ An interesting middle ground between developing on the host and in a virtual mac
8585

8686
Similarly to virtual machines, Docker containers run a virtualized instance of an operating system (most commonly based on Linux). All software installed in the image used to create the container runs isolated inside that container and has only access to the portion of the host file system explicitly shared with the container. As all changes to the filesystem inside a Docker container are discarded once the container is closed, developers share folders from their host to store the source code.
8787

88-
Read more about [using Docker for building SharePoint Framework solutions](https://www.spcaf.com/blog/try-sharepoint-framework-without-installing/).
88+
Read more about [using Docker for building SharePoint Framework solutions](https://rencore.com/blog/try-sharepoint-framework-without-installing).
8989

9090
## Development workflow in SharePoint Framework projects
9191

@@ -204,7 +204,7 @@ SharePoint Framework offers standard support for the [Karma](http://karma-runner
204204

205205
Where linting is helpful to validate the syntax of the particular file, often developers need more support in order to verify that the project as a whole meets the guidelines. Generally linters focus on the code itself but miss the context of what the particular code file represents. In SharePoint Framework solutions artifacts have specific requirements, for example a web part should have a unique ID in the project. Also organizations might have other requirements such as not referencing scripts from CDN or only using a specific version of a particular library. This is where linters generally fall short and developers need other tools.
206206

207-
[SharePoint Code Analysis Framework](https://spcaf.com) (SPCAF) is a third part solution frequently used by SharePoint developers, administrators and employees in quality assurance and security roles to verify that SharePoint customizations meet organizational quality guidelines. SPCAF integrates with the whole application lifecycle process helping organizations lower the total cost of ownership of SharePoint customizations. SPCAF offers a set of rules that specifically target SharePoint Framework solutions.
207+
[SharePoint Code Analysis Framework](http://rencore.com/spcaf) (SPCAF) is a third part solution frequently used by SharePoint developers, administrators and employees in quality assurance and security roles to verify that SharePoint customizations meet organizational quality guidelines. SPCAF integrates with the whole application lifecycle process helping organizations lower the total cost of ownership of SharePoint customizations. SPCAF offers a set of rules that specifically target SharePoint Framework solutions.
208208

209209
## Upgrading SharePoint Framework projects
210210

0 commit comments

Comments
 (0)