---
title: "How to create a link to a tab on another page"
canonical: "https://support.appfire.com/space/CT/1562443940/How%20to%20create%20a%20link%20to%20a%20tab%20on%20another%20page"
format: markdown
---
> Macro (aura-html)

When the **History** parameter is enabled on the [Deck of Cards](https://appfire.atlassian.net/wiki/spaces/CTFCSM/pages/1562607623) macro, the URL does not remain static and will eventually point to a different tab, especially if a user has been looking at other tabs on the page.

To get the static URL pointing to a tab, you must update the link on that page to the complete URL.

Here’s an example of a URL pointing to the third tab:

```
http://localhost:8090/display/TEST/Test+Card#testDOC-id3
```

When pasting this URL on another page, Confluence will ignore the history of the tab, which means it only captures the name of the page, rather than the complete URL:

`[text]`

Therefore, you must update the link. To do that:

1. Click **Edit**.
2. Update the address field with the complete URL.

Now, the link directs the users to the specified tab.