Skip to content

Commit 6934341

Browse files
committed
Fixed wrong paths
1 parent de05ab5 commit 6934341

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

PyTgCalls/Base Stream/AudioParameters.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<br/>
1919
<pg-title>STATIC METHODS</pg-title>
2020
<subtext>
21-
<category-title><ref><sb>from_quality</sb></ref>(quality: <docs-ref link="PyTgCalls/Available Enums/AudioQuality">pytgcalls.types.AudioQuality</docs-ref>)</category-title>
21+
<category-title><ref><sb>from_quality</sb></ref>(quality: <docs-ref link="/PyTgCalls/Available Enums/AudioQuality">pytgcalls.types.AudioQuality</docs-ref>)</category-title>
2222
<subtext><text>Create an AudioParameters instance from an AudioQuality enumeration.</text></subtext>
2323
</subtext>
2424
</subtext>

PyTgCalls/Base Stream/VideoParameters.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<br/>
1818
<pg-title>STATIC METHODS</pg-title>
1919
<subtext>
20-
<category-title><ref><sb>from_quality</sb></ref>(quality: <docs-ref link="PyTgCalls/Available Enums/VideoQuality">pytgcalls.types.VideoQuality</docs-ref>)</category-title>
20+
<category-title><ref><sb>from_quality</sb></ref>(quality: <docs-ref link="/PyTgCalls/Available Enums/VideoQuality">pytgcalls.types.VideoQuality</docs-ref>)</category-title>
2121
<subtext><text>Create an VideoParameters instance from an VideoQuality enumeration.</text></subtext>
2222
</subtext>
2323
</subtext>

base.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<text>Get a list of active (Playing / Paused) group calls</text>
2323
<text>TYPE</text>
2424
<subtext>
25-
List of <docs-ref link="PyTgCalls/Advanced Types/GroupCall.xml">pytgcalls.GroupCall</docs-ref>
25+
List of <docs-ref link="/PyTgCalls/Advanced Types/GroupCall.xml">pytgcalls.GroupCall</docs-ref>
2626
</subtext>
2727
</subtext>
2828

@@ -31,7 +31,7 @@
3131
<text>Get a list of existent group calls</text>
3232
<text>TYPE</text>
3333
<subtext>
34-
List of <docs-ref link="PyTgCalls/Advanced Types/GroupCall.xml">pytgcalls.GroupCall</docs-ref>
34+
List of <docs-ref link="/PyTgCalls/Advanced Types/GroupCall.xml">pytgcalls.GroupCall</docs-ref>
3535
</subtext>
3636
</subtext>
3737

0 commit comments

Comments
 (0)