Update docs for 1.4.1 release
diff --git a/docs/dyn/drive_v2.apps.html b/docs/dyn/drive_v2.apps.html
index 5777e69..8101889 100644
--- a/docs/dyn/drive_v2.apps.html
+++ b/docs/dyn/drive_v2.apps.html
@@ -119,7 +119,7 @@
       },
     ],
     "authorized": True or False, # Whether the app is authorized to access data on the user's Drive.
-    "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids.
+    "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See  Open Files  for the full documentation.
     "productId": "A String", # The ID of the product listing for this app.
     "longDescription": "A String", # A long description of the app.
     "supportsCreate": True or False, # Whether this app supports creating new objects.
@@ -178,7 +178,7 @@
           },
         ],
         "authorized": True or False, # Whether the app is authorized to access data on the user's Drive.
-        "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids.
+        "openUrlTemplate": "A String", # The template url for opening files with this app. The template will contain {ids} and/or {exportIds} to be replaced by the actual file ids. See  Open Files  for the full documentation.
         "productId": "A String", # The ID of the product listing for this app.
         "longDescription": "A String", # A long description of the app.
         "supportsCreate": True or False, # Whether this app supports creating new objects.