11# Technical Writing on HubSpot
22
3- [ ![ Tests] ( https://github.com/crate-workbench /hubspot-tech-writing/actions/workflows/main.yml/badge.svg )] ( https://github.com/crate-workbench /hubspot-tech-writing/actions/workflows/main.yml )
4- [ ![ Test coverage] ( https://img.shields.io/codecov/c/gh/crate-workbench /hubspot-tech-writing.svg )] ( https://codecov.io/gh/crate-workbench /hubspot-tech-writing/ )
3+ [ ![ Tests] ( https://github.com/tech-writing /hubspot-tech-writing/actions/workflows/main.yml/badge.svg )] ( https://github.com/tech-writing /hubspot-tech-writing/actions/workflows/main.yml )
4+ [ ![ Test coverage] ( https://img.shields.io/codecov/c/gh/tech-writing /hubspot-tech-writing.svg )] ( https://codecov.io/gh/tech-writing /hubspot-tech-writing/ )
55[ ![ Python versions] ( https://img.shields.io/pypi/pyversions/hubspot-tech-writing.svg )] ( https://pypi.org/project/hubspot-tech-writing/ )
66
7- [ ![ License] ( https://img.shields.io/github/license/crate-workbench /hubspot-tech-writing.svg )] ( https://github.com/crate-workbench /hubspot-tech-writing/blob/main/LICENSE )
7+ [ ![ License] ( https://img.shields.io/github/license/tech-writing /hubspot-tech-writing.svg )] ( https://github.com/tech-writing /hubspot-tech-writing/blob/main/LICENSE )
88[ ![ Status] ( https://img.shields.io/pypi/status/hubspot-tech-writing.svg )] ( https://pypi.org/project/hubspot-tech-writing/ )
99[ ![ PyPI] ( https://img.shields.io/pypi/v/hubspot-tech-writing.svg )] ( https://pypi.org/project/hubspot-tech-writing/ )
1010[ ![ Downloads] ( https://pepy.tech/badge/hubspot-tech-writing/month )] ( https://pypi.org/project/hubspot-tech-writing/ )
1818| [ Source code]
1919| [ License]
2020
21- [ Changelog ] : https://github.com/crate-workbench /hubspot-tech-writing/blob/main/CHANGES.md
21+ [ Changelog ] : https://github.com/tech-writing /hubspot-tech-writing/blob/main/CHANGES.md
2222[ Documentation ] : https://hubspot-tech-writing.readthedocs.io/
23- [ Issues ] : https://github.com/crate-workbench /hubspot-tech-writing/issues
24- [ License ] : https://github.com/crate-workbench /hubspot-tech-writing/blob/main/LICENSE
23+ [ Issues ] : https://github.com/tech-writing /hubspot-tech-writing/issues
24+ [ License ] : https://github.com/tech-writing /hubspot-tech-writing/blob/main/LICENSE
2525[ PyPI ] : https://pypi.org/project/hubspot-tech-writing/
26- [ Source code ] : https://github.com/crate-workbench /hubspot-tech-writing
26+ [ Source code ] : https://github.com/tech-writing /hubspot-tech-writing
2727
2828
2929## About
@@ -52,13 +52,13 @@ hstw --version
5252### Markup Conversion
5353You can convert a Markdown file on your workstation, and write the output to an HTML file.
5454``` shell
55- wget -O original.md https://github.com/crate-workbench /hubspot-tech-writing/raw/main/tests/data/hubspot-blog-post-original.md
55+ wget -O original.md https://github.com/tech-writing /hubspot-tech-writing/raw/main/tests/data/hubspot-blog-post-original.md
5656hstw convert original.md converted.html
5757```
5858
5959Alternatively, convert a Markdown file at a remote location, and write the output to STDOUT.
6060``` shell
61- hstw convert https://github.com/crate-workbench /hubspot-tech-writing/raw/main/tests/data/hubspot-blog-post-original.md
61+ hstw convert https://github.com/tech-writing /hubspot-tech-writing/raw/main/tests/data/hubspot-blog-post-original.md
6262```
6363
6464### Link Checker
@@ -71,7 +71,7 @@ hstw linkcheck original.md
7171
7272Alternatively, you can also use a remote resource here.
7373``` shell
74- hstw linkcheck https://github.com/crate-workbench /hubspot-tech-writing/raw/main/tests/data/hubspot-blog-post-original.md
74+ hstw linkcheck https://github.com/tech-writing /hubspot-tech-writing/raw/main/tests/data/hubspot-blog-post-original.md
7575```
7676
7777### HubSpot Upload
0 commit comments