---
title: "Links"
description: "Linking documents in Limedocs"
---

# Linking pages

{% subtitle %}
So one can browse your site!

{% endsubtitle %}

Limedocs simplifies the way you build links by letting you link your pages and sections just by using their slug.
Please find below some examples.


## Examples

| Usage | Example | Output |
| ------------- | ------------- | ---- |
| Linking to an external URL | `[Google](https://google.com)` | *[Google](https://google.com)* |
| Linking to an external URL (auto) | `https://google.com` | *https://google.com* |
| Linking to a section | `[Getting Started](quickstart)` | *[Getting Started](quickstart)* |
| Linking to an anchor in a section | `[Create a new site](quickstart#create-a-new-site)` | *[Create a new site](quickstart#create-a-new-site)* |
| Linking to a page | `[Configuration](usage/configuration.md)` | *[Configuration](usage/configuration.md)* |
| Linking to an anchor in a page | `[Server properties](usage/configuration.md#server-properties)` | *[Server properties](usage/configuration.md#server-properties)* |


