roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
4.89k stars 760 forks source link

Fix duplicate https link #292

Open capjamesg opened 2 weeks ago

capjamesg commented 2 weeks ago

Description

This PR fixes a link in the footer of the PaliGemma notebook from:

        "⭐️ If you enjoyed this notebook, [**star the Roboflow Notebooks repo**](https://https://github.com/roboflow/notebooks)

(notice the https://https://

to:

        "⭐️ If you enjoyed this notebook, [**star the Roboflow Notebooks repo**](https://github.com/roboflow/notebooks)

This is the same change proposed in #276, except the merge conflicts were too complex to merge so I have opened a new PR.

Type of change

Link fix

How has this change been tested, please provide a testcase or example of how you tested the change?

N/A

Any specific deployment considerations

N/A

Docs

N.A