Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
chore: fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
helloanoop authored Apr 5, 2024
1 parent 1b7a075 commit a58a1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/compare/bruno-vs-postman.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function CompareBrunoVsPostman() {
That is postman for you. It saves your collection as a single JSON file. People who don't want to pay postman for version control end up sharing the giant json files with their team via slack/drive/email.

<div className='mt-4'>
Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, <a className='link' href="https://docs.usebruno.com/bru-lang-overview" target="_blank" rel="noreferrer">Bru</a> to save information about API requests. You can use git or any version control of your choice to collaborate over your API collections.
Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, <a className='link' href="https://docs.usebruno.com/bru-lang/overview" target="_blank" rel="noreferrer">Bru</a> to save information about API requests. You can use git or any version control of your choice to collaborate over your API collections.
</div>
</div>

Expand Down

0 comments on commit a58a1eb

Please sign in to comment.