diff --git a/src/data/Tool.ts b/src/data/Tool.ts index c410162..07fc33a 100644 --- a/src/data/Tool.ts +++ b/src/data/Tool.ts @@ -123,7 +123,7 @@ export const Dart: Tool = { version: '2 - 3', icon: null, description: null, - url: '', + url: 'https://dart.dev/', tools: [], platforms: [ToolPlatform.MOBILE, ToolPlatform.SYSTEM, ToolPlatform.WEB_FRONT, ToolPlatform.WEB_BACK, ToolPlatform.DESKTOP] } @@ -134,7 +134,7 @@ export const Flutter : Tool = { version: '2 - 3', icon: null, description: null, - url: '', + url: 'https://flutter.dev/', tools: [Dart], platforms: [ToolPlatform.MOBILE, ToolPlatform.WEB_FRONT, ToolPlatform.WEB_BACK, ToolPlatform.DESKTOP] }