Skip to content

Commit 8bc85c1

Browse files
committed
fix links
1 parent 6b57aad commit 8bc85c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/_posts/2025-06-06-uhi-for-root.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Starting from **ROOT 6.36**, the Unified Histogram Interface (UHI) bridges the g
1111
## What is UHI?
1212

1313
The [Unified Histogram Interface (UHI)](https://uhi.readthedocs.io/en/latest/index.html) is a modernized API designed to standardize and simplify histogram operations in Python.
14-
Fully implemented now in ROOT, UHI ensures that all ROOT histogram classes--derived from [TH1](https://root.cern.ch/doc/master/classTH1.html)--can leverage a consistent **intuitive** interface for Python developers, enhanced with a powerful set of functionalities like **slicing**, **indexing**, as well as native integration with popular Python **plotting** libraries, making ROOT histograms more versatile than ever.
14+
Fully implemented now in ROOT, UHI ensures that all ROOT histogram classes--derived from [TH1](https://root.cern/doc/master/classTH1.html)--can leverage a consistent **intuitive** interface for Python developers, enhanced with a powerful set of functionalities like **slicing**, **indexing**, as well as native integration with popular Python **plotting** libraries, making ROOT histograms more versatile than ever.
1515

1616
## How about a quick demo?
1717

@@ -55,4 +55,4 @@ plt.show()
5555

5656
## Ready to Level Up Your Histogram Analysis?
5757
With UHI, ROOT histograms now offer Python developers an intuitive, modern, and powerful API.
58-
Check out the [ROOT UHI documentation](https://root.cern.ch/doc/master/group__uhi__docs.html) for more implementation details and examples!
58+
Check out the [ROOT UHI documentation](https://root.cern/doc/master/group__uhi__docs.html) for more implementation details and examples!

0 commit comments

Comments
 (0)