@@ -94,8 +94,8 @@ public PersonalityInsightsService(IClient httpClient) : this()
9494 /// in Arabic, English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
9595 ///
9696 /// **See also:**
97- /// * [Requesting a profile](/docs/services/personality-insights/input.html)
98- /// * [Providing sufficient input](/docs/services/personality-insights/input.html#sufficient)
97+ /// * [Requesting a profile](https://cloud.ibm.com /docs/services/personality-insights/input.html)
98+ /// * [Providing sufficient input](https://cloud.ibm.com /docs/services/personality-insights/input.html#sufficient)
9999 ///
100100 /// ### Content types
101101 ///
@@ -109,7 +109,7 @@ public PersonalityInsightsService(IClient httpClient) : this()
109109 /// character encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
110110 ///
111111 /// **See also:** [Specifying request and response
112- /// formats](/docs/services/personality-insights/input.html#formats)
112+ /// formats](https://cloud.ibm.com /docs/services/personality-insights/input.html#formats)
113113 ///
114114 /// ### Accept types
115115 ///
@@ -118,12 +118,12 @@ public PersonalityInsightsService(IClient httpClient) : this()
118118 /// parameter to `true` to request optional column headers for CSV output.
119119 ///
120120 /// **See also:**
121- /// * [Understanding a JSON profile](/docs/services/personality-insights/output.html)
122- /// * [Understanding a CSV profile](/docs/services/personality-insights/output-csv.html).
121+ /// * [Understanding a JSON profile](https://cloud.ibm.com /docs/services/personality-insights/output.html)
122+ /// * [Understanding a CSV profile](https://cloud.ibm.com /docs/services/personality-insights/output-csv.html).
123123 /// </summary>
124124 /// <param name="content">A maximum of 20 MB of content to analyze, though the service requires much less text;
125125 /// for more information, see [Providing sufficient
126- /// input](/docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
126+ /// input](https://cloud.ibm.com /docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
127127 /// `Content`.</param>
128128 /// <param name="contentType">The type of the input. For more information, see **Content types** in the method
129129 /// description.
@@ -213,8 +213,8 @@ public Profile Profile(Content content, string contentType = null, string conten
213213 /// in Arabic, English, Japanese, Korean, or Spanish. It can return its results in a variety of languages.
214214 ///
215215 /// **See also:**
216- /// * [Requesting a profile](/docs/services/personality-insights/input.html)
217- /// * [Providing sufficient input](/docs/services/personality-insights/input.html#sufficient)
216+ /// * [Requesting a profile](https://cloud.ibm.com /docs/services/personality-insights/input.html)
217+ /// * [Providing sufficient input](https://cloud.ibm.com /docs/services/personality-insights/input.html#sufficient)
218218 ///
219219 /// ### Content types
220220 ///
@@ -228,7 +228,7 @@ public Profile Profile(Content content, string contentType = null, string conten
228228 /// character encoding of the input text; for example, `Content-Type: text/plain;charset=utf-8`.
229229 ///
230230 /// **See also:** [Specifying request and response
231- /// formats](/docs/services/personality-insights/input.html#formats)
231+ /// formats](https://cloud.ibm.com /docs/services/personality-insights/input.html#formats)
232232 ///
233233 /// ### Accept types
234234 ///
@@ -237,12 +237,12 @@ public Profile Profile(Content content, string contentType = null, string conten
237237 /// parameter to `true` to request optional column headers for CSV output.
238238 ///
239239 /// **See also:**
240- /// * [Understanding a JSON profile](/docs/services/personality-insights/output.html)
241- /// * [Understanding a CSV profile](/docs/services/personality-insights/output-csv.html).
240+ /// * [Understanding a JSON profile](https://cloud.ibm.com /docs/services/personality-insights/output.html)
241+ /// * [Understanding a CSV profile](https://cloud.ibm.com /docs/services/personality-insights/output-csv.html).
242242 /// </summary>
243243 /// <param name="content">A maximum of 20 MB of content to analyze, though the service requires much less text;
244244 /// for more information, see [Providing sufficient
245- /// input](/docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
245+ /// input](https://cloud.ibm.com /docs/services/personality-insights/input.html#sufficient). For JSON input, provide an object of type
246246 /// `Content`.</param>
247247 /// <param name="contentType">The type of the input. For more information, see **Content types** in the method
248248 /// description.
0 commit comments