We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7346c26 commit 8f0433cCopy full SHA for 8f0433c
scrapegraphai/graphs/abstract_graph.py
@@ -21,7 +21,7 @@
21
logger = get_logger(__name__)
22
23
# ANSI escape sequence for hyperlink
24
-CLICKABLE_URL = "\033]8;;https://scrapegraphai.com/oss\033\\https://scrapegraphai.com/oss\033]8;;\033\\"
+CLICKABLE_URL = "\033]8;;https://scrapegraphai.com\033\\https://scrapegraphai.com\033]8;;\033\\"
25
26
class AbstractGraph(ABC):
27
"""
scrapegraphai/graphs/base_graph.py
@@ -13,7 +13,7 @@
13
14
15
16
17
18
class BaseGraph:
19
0 commit comments