From 7f34d7e10a801ffc3f2d3c6efbbf2075b8c97623 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Mon, 20 Jan 2025 15:13:32 +0100 Subject: [PATCH] DOCS-3406: Fix broken links --- .htmltest.yml | 1 + static/include/components/apis/generated/generic_component.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.htmltest.yml b/.htmltest.yml index c14e8a52a5..11b1a7be28 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -41,6 +41,7 @@ IgnoreURLs: - "code.visualstudio.com" - "thingiverse.com" - "unsplash.com" + - "docs.github.com" IgnoreDirs: - "lib" CacheExpires: "6h" diff --git a/static/include/components/apis/generated/generic_component.md b/static/include/components/apis/generated/generic_component.md index 99f8181b5b..69ccd8663b 100644 --- a/static/include/components/apis/generated/generic_component.md +++ b/static/include/components/apis/generated/generic_component.md @@ -63,7 +63,7 @@ For more information, see the [Go SDK Docs](https://pkg.go.dev/go.viam.com/rdk/r **Returns:** -- [Future](https://api.flutter.dev/flutter/dart-core/Future-class.html)\<[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)\<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic\>\> +- [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)\<[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)\<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic\>\> **Example:** @@ -151,7 +151,7 @@ For more information, see the [Python SDK Docs](https://python.viam.dev/autoapi/ **Returns:** -- [Future](https://api.flutter.dev/flutter/dart-core/Future-class.html)\<[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)\<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic\>\> +- [Future](https://api.flutter.dev/flutter/dart-async/Future-class.html)\<[Map](https://api.flutter.dev/flutter/dart-core/Map-class.html)\<[String](https://api.flutter.dev/flutter/dart-core/String-class.html), dynamic\>\> **Example:**