@@ -473,53 +473,31 @@ When you link to another Markdown page in the same Git or Team Foundation Versio
473473
474474The following table lists the types of links supported for different Markdown scenarios.
475475
476- :::row:::
477- :::column span=" " :::
478-
479- ** Welcome pages**
480-
481- - Relative path:
482-
483- ` [Display text](target.md)`
484-
485- - Absolute path in Git:
486-
487- ` [Display text](/folder/target.md)`
488-
489- - Absolute path in TFVC:
490-
491- ` [Display text]($/project/folder/target.md)`
492-
493- - URL:
494-
495- ` [Display text](http://address.com)`
496-
497- :::column-end:::
476+ # ### Example: Welcome page relative links
498477
499- :::column span= " " :: :
478+ Here are some examples of relative links in the Welcome page for a wiki :
500479
501- ** Markdown widget **
480+ - Relative path: ` [Display text](target.md) `
502481
503- - URL:
482+ - Absolute path in Git: ` [Display text](/folder/target.md) `
504483
505- ` [Display text](http://address.com )`
484+ - Absolute path in TFVC: ` [Display text]($/project/folder/target.md )`
506485
507- :::column-end:::
486+ - URL: ` [Display text](http://address.com) `
508487
509- :::column span= " " :::
488+ # ### Example: Markdown widget relative links
510489
511- ** Wiki pages **
490+ The following example shows a relative link in a Markdown widget:
512491
513- - Absolute path of Wiki pages:
492+ - URL: ` [Display text](http://address.com) `
514493
515- ` [Display text](/parent-page/child-page) `
494+ # ### Example: Wiki pages relative links
516495
517- - URL :
496+ Here are some examples of relative links in a wiki page :
518497
519- ` [Display text](http://address.com )`
498+ - Absolute path of Wiki pages: ` [Display text](/parent-page/child-page )`
520499
521- :::column-end:::
522- :::row-end:::
500+ - URL: ` [Display text](http://address.com)`
523501
524502< a id=" relative-links" ></a>
525503
0 commit comments