Skip to content

Commit

Permalink
fixed path to panopto
Browse files Browse the repository at this point in the history
  • Loading branch information
benediktmag committed Apr 9, 2023
1 parent cb55a13 commit 86c5675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="sphinxcontrib-panopto",
version="2.0",
version="2.0.1",
description="Sphinx panopto applet extension",
author="Solrun Einarsdottir",
author_email="solrun.einarsdottir@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion sphinxcontrib/panopto.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class panopto(nodes.General, nodes.Element):
def html_visit_panopto_node(self, node):
self.body.append("<figure>")
self.body.append(
"<iframe src='https://rec.hi.is/Panopto/Pages/Embed.aspx?id="
"<iframe src='https://hi.cloud.panopto.eu/Panopto/Pages/Embed.aspx?id="
+ node["id"]
+ "' width="
+ node["width"]
Expand Down

0 comments on commit 86c5675

Please sign in to comment.