Skip to content

Commit 4ab3167

Browse files
iamspathanclaude
andcommitted
Fix logo URL to use GitHub raw CDN for npm/PyPI rendering
Use absolute raw.githubusercontent.com URL instead of relative path so the logo renders correctly on npmjs.com and pypi.org. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent afce7d2 commit 4ab3167

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<p align="center">
2-
<img src="docs/logo.svg" alt="llm-authz-audit logo" width="520"/>
2+
<img src="https://raw.githubusercontent.com/aiauthz/llm-authz-audit/main/docs/logo.svg" alt="llm-authz-audit logo" width="520"/>
33
</p>
44

55

6-
[![npm](https://img.shields.io/npm/v/llm-authz-audit)](https://www.npmjs.com/package/llm-authz-audit)
6+
[![npm](https://img.shields.io/np
7+
m/v/llm-authz-audit)](https://www.npmjs.com/package/llm-authz-audit)
78
[![PyPI](https://img.shields.io/pypi/v/llm-authz-audit)](https://pypi.org/project/llm-authz-audit/)
89
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
910
[![Tests](https://img.shields.io/badge/tests-245%20passing-brightgreen)]()

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/logo.svg" alt="llm-authz-audit logo" width="520"/>
2+
<img src="https://raw.githubusercontent.com/aiauthz/llm-authz-audit/main/docs/logo.svg" alt="llm-authz-audit logo" width="520"/>
33
</p>
44

55

npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "llm-authz-audit",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Static security analyzer for LLM applications — eslint for LLM security",
55
"license": "MIT",
66
"repository": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "llm-authz-audit"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Static security analyzer for LLM applications — eslint for LLM security"
99
requires-python = ">=3.11"
1010
license = "MIT"

0 commit comments

Comments
 (0)