Skip to content

Commit

Permalink
Fixed broken link in README
Browse files Browse the repository at this point in the history
+ Fixed "Passing data to external libs" link for PyPI ( #220 )
  • Loading branch information
Zuzu-Typ committed Oct 30, 2023
1 parent 61cc658 commit 0a0d2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Supplying an id of 0 will silence all warnings\.

### FAQ
#### How to pass the matrices generated by PyGLM to OpenGL functions?
You will find an overview on the \[[Passing data to external libs](wiki/Passing-data-to-external-libs.md)\] page\.
You will find an overview on the \[[Passing data to external libs](https://github.com/Zuzu-Typ/PyGLM/wiki/Passing-data-to-external-libs/)\] page\.

#### Types and functions are not available after installing from the PyPI using ``` pip install glm ```
Most likely you've installed [glm](https://pypi.org/project/glm/), a JSON parser and not [PyGLM](https://pypi.org/project/PyGLM/) \(or a very early version of PyGLM\)\.  
Expand Down
2 changes: 1 addition & 1 deletion README.sb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Supplying an id of 0 will silence all warnings.

\h3\FAQ\h3\
\h4\How to pass the matrices generated by PyGLM to OpenGL functions?\h4\
You will find an overview on the [\url wiki/Passing-data-to-external-libs.md \Passing data to external libs\ url\] page.
You will find an overview on the [\url https://github.com/Zuzu-Typ/PyGLM/wiki/Passing-data-to-external-libs/ \Passing data to external libs\ url\] page.

\h4\Types and functions are not available after installing from the PyPI using \code\pip install glm\code\\h4\
Most likely you've installed \url https://pypi.org/project/glm/ \glm\ url\, a JSON parser and not \url https://pypi.org/project/PyGLM/ \PyGLM\ url\ (or a very early version of PyGLM).
Expand Down

0 comments on commit 0a0d2ea

Please sign in to comment.