Skip to content

Commit e27a1a2

Browse files
Open shield links in a new tab
The two homepage shield links didn't carry the ``target='_blank' rel='noopener'`` attr_list that every other external link on docs/index.md sets (View on GitHub button, Read the spec link). Clicking a badge would have navigated the visitor out of the docs site instead of opening a new tab. Add the same attr_list to both shields so they follow the page convention.
1 parent 24e6922 commit e27a1a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ A workflow framework for LLM pipelines and tool-calling agents. Typed
99
state, structural graph checks, and observability that doesn't require
1010
buy-in from every node.
1111

12-
[![PyPI](https://img.shields.io/pypi/v/openarmature.svg?color=blue)](https://pypi.org/project/openarmature/)
13-
[![spec](https://img.shields.io/badge/dynamic/toml?url=https://raw.githubusercontent.com/LunarCommand/openarmature-python/main/pyproject.toml&query=%24.tool.openarmature.spec_version&label=spec&color=9D4EDD)](https://github.com/LunarCommand/openarmature-spec)
12+
[![PyPI](https://img.shields.io/pypi/v/openarmature.svg?color=blue)](https://pypi.org/project/openarmature/){target="_blank" rel="noopener"}
13+
[![spec](https://img.shields.io/badge/dynamic/toml?url=https://raw.githubusercontent.com/LunarCommand/openarmature-python/main/pyproject.toml&query=%24.tool.openarmature.spec_version&label=spec&color=9D4EDD)](https://github.com/LunarCommand/openarmature-spec){target="_blank" rel="noopener"}
1414

1515
[Get started](getting-started/index.md){ .md-button .md-button--primary }
1616
[View on GitHub](https://github.com/LunarCommand/openarmature-python){ .md-button target="_blank" rel="noopener" }

0 commit comments

Comments
 (0)