Skip to content

Commit 4bafabe

Browse files
authored
Update README.md
1 parent 1016c61 commit 4bafabe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Currently, the refactoring works only via the package explorer and the outline v
2626

2727
## Installation
2828

29-
[This video]() demonstrates the different ways that this tool can be installed.
29+
[This video][install] demonstrates the different ways that this tool can be installed.
3030

3131
<iframe width="560" height="315" src="https://www.youtube.com/embed/On4xBzvFk1c" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
3232

@@ -56,6 +56,8 @@ Please note that there is a special dependency on WALA. Currently, our refactori
5656

5757
Explicit entry points may be marked using the appropriate annotation found in the corresponding [annotation library][annotations]. They can also be marked using a text file named `entry_points.txt`. The processing of this file is recursive; it will search for this file in the same directory as the source code and will traverse up the directory structure until one is found. As such, the file may be placed in, for example, package directories, subproject directories, and project roots. The format of the file is simply a list of method signatures on each line.
5858

59+
[This video][entrypoints] explains more details on how entry points can be specified.
60+
5961
<!-- It is also possible to have the tool generate the file from the entry points that are being used (either implicit or explicit entry points). If enabled, the file will appear in the working directory. -->
6062

6163
## Limitations
@@ -78,3 +80,5 @@ See the [wiki][wiki] for further information.
7880
[wala]: https://github.com/wala/WALA
7981
[safe]: https://github.com/tech-srl/safe
8082
[contrib]: https://github.com/ponder-lab/Optimize-Java-8-Streams-Refactoring/blob/master/CONTRIBUTING.md
83+
[install]: https://youtu.be/On4xBzvFk1c
84+
[entrypoints]: https://youtu.be/On4xBzvFk1c?t=2m6s

0 commit comments

Comments
 (0)