diff --git a/radar/2017-03-01/pipeline-as-code.md b/radar/2017-03-01/pipeline-as-code.md index f6230aa..69c4e0e 100644 --- a/radar/2017-03-01/pipeline-as-code.md +++ b/radar/2017-03-01/pipeline-as-code.md @@ -9,4 +9,4 @@ Continuous Integration and Delivery is a critical part of our development and de Being an important part of each project, the pipeline configuration should be managed as code and rolled out automatically - this also allows us to manage the pipeline itself applying the same standards that apply to application code. -While some teams started using Jenkins' [JobDSL plugin,](https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin) others explored the new [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) - in both ways, the build artifacts should be published to an artifact repository such as [Artifactory.](/confluence/display/knowledge/Artifactory) +While some teams started using Jenkins' [JobDSL plugin,](https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin) others explored the new [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) - in both ways, the build artifacts should be published to an artifact repository such as [Artifactory.](/platforms-and-aoe-services/artifactory.html) diff --git a/radar/2017-03-01/sass.md b/radar/2017-03-01/sass.md index e6907ee..75d883c 100644 --- a/radar/2017-03-01/sass.md +++ b/radar/2017-03-01/sass.md @@ -15,7 +15,7 @@ Core features of SASS are: * Extends: CSS properties can be inherited * SASS files can be split into modules, which leads to smaller files and better file structures * Operators: Simple math calculations can be applied to CSS properties -* Easily to integrate in nodejs-environments and build tools such s [NPM](/confluence/display/knowledge/NPM), [Gulp](/confluence/display/knowledge/Gulp) and [Grunt](/confluence/display/knowledge/Grunt). +* Easily to integrate in nodejs-environments and build tools such s [NPM](/tools/npm.html), [Gulp](/tools/gulp.html) and [Grunt](/tools/grunt.html). SASS has been widely adopted for many years and has evolved to an industry-standard backed by an active community since 2006. diff --git a/radar/2017-03-01/typescript.md b/radar/2017-03-01/typescript.md index d3269b9..45e4c3f 100644 --- a/radar/2017-03-01/typescript.md +++ b/radar/2017-03-01/typescript.md @@ -17,6 +17,6 @@ TypeScript continues to be actively developed by Microsoft and is also well-Inte The excellent strucure and the possibilities for extension make it a good choice to consider for larger JavaScript projects. -Typescript was the choice for [Angular 2+](/confluence/pages/viewpage.action?pageId=88047913) and one can assume that it will get more traction with the success of Angular 2 in the future. +Typescript was the choice for [Angular 2+](/tools/angular-2.html) and one can assume that it will get more traction with the success of Angular 2 in the future. There are also projects that support Typescript „code execution“ on the server such as [ts-node](https://www.npmjs.com/package/ts-node). \ No newline at end of file