Skip to content

Commit

Permalink
chore: Correct Promptfiddle link and back to top button (#1108)
Browse files Browse the repository at this point in the history
Corrected Prompt fiddle link and added back to top button for easy
accessibility

![image](https://github.com/user-attachments/assets/9cc5b4fe-63f5-4610-8890-f0f693ed603a)

now fixed
<!-- ELLIPSIS_HIDDEN -->

----

> [!IMPORTANT]
> Corrects a link in `CONTRIBUTING.md` and adds a "Back to Top" button
in `README.md`.
> 
>   - **Documentation**:
> - Corrected link from `prompfiddle.com` to `promptfiddle.com` in
`CONTRIBUTING.md`.
>   - **UI Enhancements**:
>     - Added "Back to Top" button in `README.md` for easier navigation.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=BoundaryML%2Fbaml&utm_source=github&utm_medium=referral)<sup>
for dcb7e1e. It will automatically
update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
SagarSharma101 and ellipsis-dev[bot] authored Nov 4, 2024
1 parent cb67e31 commit b296c4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ To rebuild the playground UI:
2. `pnpm build`
3. Close and open the playground in your “Debug mode VSCode window”

## Testing [prompfiddle.com](http://prompfiddle.com)
## Testing [promptfiddle.com](http://promptfiddle.com)

This is useful if you want to iterate faster on the Extension UI, since it supports hot-reloading.

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<a href="https://boundaryml.com?utm_source=github" target="_blank" rel="noopener noreferrer">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/baml-lamb-white.png">
<img src="docs/assets/baml-lamb-white.png" height="64">
<img src="docs/assets/baml-lamb-white.png" height="64" id="top">
</picture>

</a>
Expand Down Expand Up @@ -341,3 +341,9 @@ Made with ❤️ by Boundary
HQ in Seattle, WA

P.S. We're hiring for software engineers. [Email us]([email protected]) or reach out on [discord](https://discord.gg/ENtBB6kkXH)!

<div align="left" style="align-items: left;">
<a href="#top">
<img src="https://img.shields.io/badge/Back%20to%20Top-000000?style=for-the-badge&logo=github&logoColor=white" alt="Back to Top">
</a>
</div>

0 comments on commit b296c4c

Please sign in to comment.