@@ -34,7 +34,7 @@ Comprehensive developer toolkit for Autodesk Revit with code execution, visualiz
3434
3535Set breakpoints, inspect variables, step through Revit API calls in real-time.
3636
37- ![ Python Debugger] ( https://raw.githubusercontent .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_PythonDebugger.gif )
37+ ![ Python Debugger] ( https://github .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_PythonDebugger.gif )
3838
3939** [ → Python Debugging Guide] ( https://github.com/trgiangv/RevitDevTool/wiki/CodeExecute-PythonDebugging ) **
4040
@@ -44,7 +44,7 @@ Set breakpoints, inspect variables, step through Revit API calls in real-time.
4444
4545Declare packages inline. System auto-installs. No manual pip, no venv setup.
4646
47- ![ Python Dependency Resolve] ( https://raw.githubusercontent .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_PythonDependencyResolve.gif )
47+ ![ Python Dependency Resolve] ( https://github .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_PythonDependencyResolve.gif )
4848
4949``` python
5050# /// script
@@ -70,9 +70,9 @@ print(df.groupby("Level").agg({"Area": ["sum", "mean"]}))
7070
7171Monitor output with color coding, JSON formatting, and Python stack traces.
7272
73- ![ Monitor Logging] ( https://raw.githubusercontent .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_MonitorLogging.gif )
73+ ![ Monitor Logging] ( https://github .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_MonitorLogging.gif )
7474
75- ![ Stack Trace] ( https://raw.githubusercontent .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_StackTrace.gif )
75+ ![ Stack Trace] ( https://github .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_StackTrace.gif )
7676
7777** [ → Logging Guide] ( https://github.com/trgiangv/RevitDevTool/wiki/Logging-Overview ) **
7878
@@ -82,7 +82,7 @@ Monitor output with color coding, JSON formatting, and Python stack traces.
8282
8383Render curves, faces, solids directly in Revit view without creating model elements.
8484
85- ![ Geometry Visualization] ( https://raw.githubusercontent .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_TraceGeometry.gif )
85+ ![ Geometry Visualization] ( https://github .com/trgiangv/RevitDevTool/wiki/images/RevitDevTool_TraceGeometry.gif )
8686
8787``` python
8888# Pick edge, visualize automatically
0 commit comments