Skip to content

Commit

Permalink
fix: point to correct url for config references (#1710)
Browse files Browse the repository at this point in the history
* fix: point to correct url for config references

The url before is localhost:3000 which may be caused by human error

* Update content/docs/tina-cloud/branching.md

---------

Co-authored-by: Kelly Davis <kldavis4@users.noreply.github.com>
  • Loading branch information
naufalw and kldavis4 authored Dec 4, 2023
1 parent b9bfbc1 commit 8359233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/tina-cloud/branching.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If your content editors need to work on multiple branches, you can enable Tina's

## Installation

Simply add the branch-switcher flag to your CMS callback function in your tina [config file](http://localhost:3000/docs/reference/config/). If your site does not already make use of the CMS callback function, add this to your config.
Simply add the branch-switcher flag to your CMS callback function in your Tina [config file](/docs/reference/config/). If your site does not already make use of the CMS callback function, add this to your config.

```javascript
cmsCallback: cms => {
Expand Down

1 comment on commit 8359233

@vercel
Copy link

@vercel vercel bot commented on 8359233 Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tina-io – ./

tina-io-git-master-tinacms.vercel.app
tina-io-tinacms.vercel.app
tina.io

Please sign in to comment.