Skip to content

Commit 8b1b457

Browse files
committed
Rewrite readme to use URL instead of relative path to the logo
Signed-off-by: Rahul Krishna <[email protected]>
1 parent 601839c commit 8b1b457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
![logo](./docs/assets/logo.png)
1+
![logo](https://github.com/codellm-devkit/codeanalyzer-python/blob/main/docs/assets/logo.png?raw=true)
22

3-
Python Static Analysis Backend for CLDK
3+
# A Python Static Analysis Toolkit (and Library)
44

55
A comprehensive static analysis tool for Python source code that provides symbol table generation, call graph analysis, and semantic analysis using Jedi, CodeQL, and Tree-sitter.
66

0 commit comments

Comments
 (0)