Skip to content

Commit 80c5df9

Browse files
committed
docs(README): update image links
1 parent 5945d14 commit 80c5df9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Comprehensive developer toolkit for Autodesk Revit with code execution, visualiz
3434

3535
Set 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

4545
Declare 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

7171
Monitor 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

8383
Render 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

Comments
 (0)