Skip to content

Commit

Permalink
Update links in doccomments
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Nov 6, 2023
1 parent d6b03a4 commit 2262e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc_controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export interface IDocOptions {
* - `"ZapfDingbats"`
* - [Custom font name](https://surveyjs.io/Documentation/Pdf-Export?id=Customization-ChangeFonts#use-custom-font)
*
* [View Demo](/pdf-generator/examples/change-font-in-pdf-form/ (linkStyle))
* [View Demo](https://surveyjs.io/pdf-generator/examples/change-font-in-pdf-form/ (linkStyle))
* @see fontSize
*/
fontName?: string;
Expand All @@ -136,7 +136,7 @@ export interface IDocOptions {
*
* Default value: `false`
*
* [View Demo](/pdf-generator/examples/change-font-in-pdf-form/ (linkStyle))
* [View Demo](https://surveyjs.io/pdf-generator/examples/change-font-in-pdf-form/ (linkStyle))
* @see htmlRenderAs
*/
useCustomFontInHtml?: boolean;
Expand Down

0 comments on commit 2262e93

Please sign in to comment.