Skip to content

Commit 450ede6

Browse files
GeneAIclaude
authored andcommitted
fix: Update PyPI URLs to use /framework-docs/ path
URLs now point to currently deployed documentation: - Documentation: /framework-docs/ - Getting Started: /framework-docs/getting-started/quickstart/ - FAQ: /framework-docs/FAQ/ Bumped to v3.2.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 6cfe9f2 commit 450ede6

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to the Empathy Framework will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.2.2] - 2025-12-24
9+
10+
### Fixed
11+
12+
- Fixed PyPI URLs to use `/framework-docs/` path and currently deployed structure
13+
- Documentation: `/framework-docs/`
14+
- Getting Started: `/framework-docs/getting-started/quickstart/`
15+
- FAQ: `/framework-docs/FAQ/`
16+
17+
---
18+
819
## [3.2.1] - 2025-12-24
920

1021
### Fixed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "empathy-framework"
7-
version = "3.2.1"
7+
version = "3.2.2"
88
description = "AI collaboration framework with persistent memory, anticipatory intelligence, code inspection, and multi-agent orchestration"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.10"
@@ -210,9 +210,9 @@ empathy-sync-claude = "empathy_llm_toolkit.cli.sync_claude:main"
210210

211211
[project.urls]
212212
Homepage = "https://www.smartaimemory.com"
213-
Documentation = "https://www.smartaimemory.com/docs"
214-
"Getting Started" = "https://www.smartaimemory.com/docs/tutorials/quickstart"
215-
FAQ = "https://www.smartaimemory.com/docs/reference/FAQ"
213+
Documentation = "https://www.smartaimemory.com/framework-docs/"
214+
"Getting Started" = "https://www.smartaimemory.com/framework-docs/getting-started/quickstart/"
215+
FAQ = "https://www.smartaimemory.com/framework-docs/FAQ/"
216216
Book = "https://www.smartaimemory.com/book"
217217
Repository = "https://github.com/Smart-AI-Memory/empathy-framework"
218218
Issues = "https://github.com/Smart-AI-Memory/empathy-framework/issues"

0 commit comments

Comments
 (0)