Question
How do I add an in-line link to an article?
Solution
The process is as follows:
- Copy the link URL that you wish to add in an article.
- Go to the article you wish to edit and select Edit Article.
- Highlight the text to that you wish to add a link.
- Select either the link icon button in the editor toolbar or use the keystroke, Ctrl-L (Windows) or ⌘-L (macOS)

- A dialog box will appear. Paste the link URL into the URL field. The protocol (e.g., HTTPS) will switch automatically.
- Select the OK button to save.
- Select either the Save, Save Draft, or Update Article button depending on the article's status.
Best practices
An in-line link is considered accessible if you follow the steps above. The link needs to have two components to follow best practices: a valid URL and readable descriptive link text.
From the success criterion on Link Purpose (In Context) (Level A) from the Web Content Accessibility Guidelines (WCAG) 2.1:
The purpose of each link can be determined from the link text alone or from the link text together with its programmatically determined link context, except where the purpose of the link would be ambiguous to users in general.
For example:
- If I were to link this article without a descriptive link text, it would be: https://service.uoregon.edu/TDClient/2030/Portal/KB/ArticleDet?ID=140810
- While this would be permissible in a print context, it is not in a web context since you can select the link.
- If I were to add a descriptive link text, I would use the article's name: Adding an in-line link to an article
- This is permissible as it fulfills both requirements of having a valid URL and readable descriptive link text.
- If I were to add a link to an external resource (either outside of the UO Service Portal or outside of UO), I would use both the article's name and the name of the resource.
On vanity URLs
While they are used to communicate to people in both written and spoken form, please refrain from using vanity URLs in knowledge base articles as the URL is already linked to descriptive link text if you're following best practices described above.
For more information on this approach, see Link Purpose (In Context) (Level A) from WCAG.