Skip to content

Commit b8633f4

Browse files
committed
fix readme
1 parent c2caf5e commit b8633f4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
`latexify` is a Python package to compile a fragment of Python source code to a
1111
corresponding $\LaTeX$ expression:
1212

13-
![Example of latexify usage](example.jpg)
13+
![Example of latexify usage](https://github.com/google/latexify_py/blob/main/example.jpg)
1414

1515
`latexify` provides the following functionalities:
1616

@@ -34,13 +34,17 @@ corresponding $\LaTeX$ expression:
3434

3535
## Getting started
3636

37-
See the [example notebook](examples/latexify_examples.ipynb), which provides several
37+
See the
38+
[example notebook](https://github.com/google/latexify_py/blob/main/example.jpg),
39+
which provides several
3840
use-cases of this library.
3941

4042
You can also try the above notebook on
4143
[Google Colaboratory](https://colab.research.google.com/github/google/latexify_py/blob/main/examples/latexify_examples.ipynb).
4244

43-
See also the official [documentation](docs/index.md) for more details.
45+
See also the official
46+
[documentation](https://github.com/google/latexify_py/blob/main/docs/index.md)
47+
for more details.
4448

4549
## How to Contribute
4650

0 commit comments

Comments
 (0)