Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix github links #66

Merged
merged 1 commit into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ If you use ``sgl`` in a research project leading to a publication, please cite t
@software{sgl,
title = {sgl},
author = {Simon Kallweit},
url = {https://github.com/westlicht/sgl},
note = {\url{https://github.com/westlicht/sgl}},
url = {https://github.com/shader-slang/sgl},
note = {\url{https://github.com/shader-slang/sgl}},
version = {0.0.1},
year = {2024}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/src/developer_guide/compiling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ following command:

.. code-block:: bash

git clone https://github.com/westlicht/sgl.git
git clone https://github.com/shader-slang/sgl.git


Setup
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def build_extension(self, ext: CMakeExtension) -> None:
author="Simon Kallweit",
author_email="[email protected]",
description="A research rendering framework",
url="https://github.com/westlicht/sgl",
url="https://github.com/shader-slang/sgl",
license="Apache-2.0",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down
Loading