From 51ec2fcb2428a780c42926b20656623121a157df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=B6tzinger?= Date: Tue, 4 Apr 2017 22:14:30 +0200 Subject: [PATCH] add link to github on help page --- js/components/PageHelp.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/js/components/PageHelp.js b/js/components/PageHelp.js index b4fe7b0..b3aa936 100644 --- a/js/components/PageHelp.js +++ b/js/components/PageHelp.js @@ -39,7 +39,10 @@ export default function PageHelp({ leaving, onLeave, ...props }) {
  • Assess: We have tried it out and we find it promising. We recommend having a look at these items when you face a specific need for the technology in your project.
  • Hold: This category is a bit special. Unlike the others, we recommend to stop doing or using something. That does not mean that there are bad and it often might be ok to use them in existing projects. But we move things here if we think we shouldn't do them anymore - because we see better options or alternatives now.
  • -

    We also maintain a short list of useful tools - that are not worth putting on the radar - but that can belong in everyone's "toolbox". We call the list of these technologies the AOE Toolbox and you can find information about them here: AOE Toolbox

    +

    We also maintain a short list of useful tools - that are not worth putting on the radar - but that can belong in everyone's "toolbox". We call the list of these technologies the AOE Toolbox and you can find information about them here: AOE Toolbox

    +

    Contributions and source code of the radar are on github: AOE Tech Rdar on Github

    + + );