diff --git a/README.md b/README.md
index 10efa16..9ba78bc 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ A Flask web application that visualizes the dependency relationships between mea
 
 1. Clone this repository:
    ```
-   git clone https://github.com/yourusername/pbi-measure-callgraph.git
+   git clone https://git.chenwuzhu.cn/chenwu/PBI-Measure-CallGraph.git
    cd pbi-measure-callgraph
    ```
 
diff --git a/__pycache__/model_connector.cpython-313.pyc b/__pycache__/model_connector.cpython-313.pyc
index e6ca9f7..097d5eb 100644
Binary files a/__pycache__/model_connector.cpython-313.pyc and b/__pycache__/model_connector.cpython-313.pyc differ
diff --git a/model_connector.py b/model_connector.py
index aa716f1..110a057 100644
--- a/model_connector.py
+++ b/model_connector.py
@@ -1,5 +1,5 @@
 from sys import path
-path.append('D:\\Personal_Files\\document\\GitHub\\Test\\MSNET')
+path.append('D:\\Personal_Files\\document\\GitHub\\PBI-MEASURE-GRAPH\\MSNET')
 
 import pyadomd
 import pandas as pd