Skip to content

Commit b08a3c9

Browse files
authored
docs: add static directory for presentation references (#111)
1 parent 920be62 commit b08a3c9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/BasicTutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ performance-analysis actions, a piece of tracing code, etc. on those points of
1515
execution. In AOP, these trigger points are called join points in the source
1616
code, and the functionality invoked is called `advice`. To learn more about AOP
1717
and associated terminology, please refer to our presentation slides `here
18-
<ppts/PerfFlowAspectTutorialSlides.pdf>`_.
18+
<_static/PerfFlowAspectTutorialSlides.pdf>`_.
1919

2020
The python package ``perfflowaspect`` contains the PerfFlowAspect tool for the
2121
Python language. The file ``src/python/perfflowaspect/aspect.py`` contains a key
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)