Skip to content

Commit a0f5dde

Browse files
committed
Adding tooltips to images
1 parent 5bb8a17 commit a0f5dde

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![useful-forks banner](website/assets/useful-forks-banner.png "useful-forks banner")
1+
![useful-forks banner](website/assets/useful-forks-banner.png "Useful Forks banner")
22

33
# Useful Forks
44
[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/useful-forks/useful-forks.github.io/blob/master/LICENSE)
@@ -38,7 +38,7 @@ You can query a repository directly with the URL. Click this link to get an exam
3838

3939
Below is a recording of what a scan would look like:
4040

41-
![website example](media/website_demo.gif)
41+
![website example](media/website_demo.gif "Website demo")
4242

4343
### Chrome extension
4444
Not published yet. If you want to install it:
@@ -50,7 +50,7 @@ Not published yet. If you want to install it:
5050

5151
Once it's activated, the extension will automatically add a new "Useful" button, as shown by the GIF below:
5252

53-
![example](media/chrome_extension_demo.gif)
53+
![example](media/chrome_extension_demo.gif "Chrome Extension demo")
5454

5555
This button will only appear when you visit GitHub repositories, and clicking it opens a new tab that will automatically trigger a search using [the online tool](#online-tool).
5656

@@ -59,11 +59,11 @@ This button will only appear when you visit GitHub repositories, and clicking it
5959

6060
`useful-forks` is part of the hundreds of features provided. In that context, it appears as a button which redirects you to the [Useful Forks website](https://useful-forks.github.io/):
6161

62-
![screenshot](media/insights_rg.png)
62+
![screenshot](media/insights_rg.png "Insights page for Refined GitHub")
6363

6464
It also appears next to the archive notification:
6565

66-
|[screenshot](media/archived_repo_rg.png)
66+
|[screenshot](media/archived_repo_rg.png "Archived repository for Refined GitHub")
6767

6868
### Bookmarklet
6969

@@ -76,7 +76,7 @@ javascript:!function(){if(m=window.location.href.match(/github\.com\/([\w.-]+)\/
7676
When you're viewing a GitHub repo in your browser, you can press the newly created bookmarklet and this will open the online tool for the repo in a new tab.
7777

7878
## How it works
79-
![Activity_Diagram](media/query-diagram.png)
79+
![Activity_Diagram](media/query-diagram.png "High-level diagram describing the flow of Useful Forks")
8080

8181
This Activity Diagram (UML) should clarify a bit the inner-workings of the algorithm, and why it may some times require so many API calls.
8282

0 commit comments

Comments
 (0)