add link to website (#38273)

diff --git a/lib/ui/painting.dart b/lib/ui/painting.dart
index 939c00e..52ce47e 100644
--- a/lib/ui/painting.dart
+++ b/lib/ui/painting.dart
@@ -4163,8 +4163,8 @@
 /// An instance of [FragmentProgram] creates [Shader] objects (as used by
 /// [Paint.shader]).
 ///
-/// This API is in beta and does not yet work on web.
-/// See https://github.com/flutter/flutter/projects/207 for roadmap.
+/// For more information, see the website
+/// [documentation]( https://docs.flutter.dev/development/ui/advanced/shaders).
 class FragmentProgram extends NativeFieldWrapperClass1 {
   @pragma('vm:entry-point')
   FragmentProgram._fromAsset(String assetKey) {
@@ -4181,8 +4181,6 @@
 
   String? _debugName;
 
-  // TODO(zra): Document custom shaders on the website and add a link to it
-  // here. https://github.com/flutter/flutter/issues/107929.
   /// Creates a fragment program from the asset with key [assetKey].
   ///
   /// The asset must be a file produced as the output of the `impellerc`