Skip to content

Commit acc754a

Browse files
authored
#360 - Replace Zendesk knowledge links with senzing.com/docs links (#361)
1 parent 5e8d9a6 commit acc754a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.0.37] - 2026-04-02
11+
12+
### Changed in 0.0.37
13+
14+
- Updated couple of documentation links in `sz_command` and `sz_configtool`
15+
1016
## [0.0.36] - 2026-04-01
1117

1218
### Changed in 0.0.36

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sz-python-tools"
3-
version = "0.0.36"
3+
version = "0.0.37"
44
description = "Senzing Python Tools"
55
authors = [{ name = "senzing", email = "support@senzing.com" }]
66
readme = "README.md"

sz_tools/sz_command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ class SzCmdShell(cmd.Cmd):
798798
799799
{colorize_str('Support', 'highlight2')}
800800
{colorize_str('- Senzing Support:', 'dim')} {colorize_str('https://senzing.zendesk.com/hc/en-us/requests/new', 'highlight1,underline')}
801-
{colorize_str('- Senzing Knowledge Center:', 'dim')} {colorize_str('https://senzing.zendesk.com/hc/en-us', 'highlight1,underline')}
801+
{colorize_str('- Senzing Knowledge Center:', 'dim')} {colorize_str('https://senzing.com/docs/', 'highlight1,underline')}
802802
{colorize_str('- SDK Docs:', 'dim')} {colorize_str('https://docs.senzing.com', 'highlight1,underline')}
803803
804804
"""

sz_tools/sz_configtool

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ class SzCfgShell(cmd.Cmd):
327327
{colorize('To understand more about configuring Senzing, please review:', '')}
328328
{colorize('https://senzing.com/wp-content/uploads/Entity-Resolution-Processes-021320.pdf', 'highlight1, underline')}
329329
{colorize('https://senzing.com/wp-content/uploads/Principle-Based-Entity-Resolution-092519.pdf', 'highlight1, underline')}
330-
{colorize('https://senzing.zendesk.com/hc/en-us/articles/231925448-Generic-Entity-Specification-JSON-CSV-Mapping', 'highlight1, underline')}
330+
{colorize('https://senzing.com/docs/entity_specification/', 'highlight1, underline')}
331331
332332
"""
333333
)
@@ -442,7 +442,7 @@ class SzCfgShell(cmd.Cmd):
442442
print(
443443
textwrap.dedent(
444444
f"""
445-
{colorize('Senzing Knowledge Center:', 'dim')} {colorize('https://senzing.zendesk.com/hc/en-us', 'highlight1,underline')}
445+
{colorize('Senzing Knowledge Center:', 'dim')} {colorize('https://senzing.com/docs/', 'highlight1,underline')}
446446
447447
{colorize('Senzing Support Request:', 'dim')} {colorize('https://senzing.zendesk.com/hc/en-us/requests/new', 'highlight1,underline')}
448448
"""

0 commit comments

Comments
 (0)