Skip to content

Commit

Permalink
Update github URL in setup.py to point to dapr/mechanical-markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
wcs1only committed Jan 15, 2021
1 parent bc20046 commit f2bda5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Mechanical Markdown

[![codecov](https://codecov.io/gh/wcs1only/mechanical-markdown/branch/main/graph/badge.svg)](https://codecov.io/gh/wcs1only/mechanical-markdown)
[![codecov](https://codecov.io/gh/dapr/mechanical-markdown/branch/main/graph/badge.svg)](https://codecov.io/gh/dapr/mechanical-markdown)

If you are using markdown to create tutorials for your users, these markdown files will often be a series of shell commands that a user will copy and paste into their shell of choice, along with detailed text description of what each command is doing.

Expand Down
2 changes: 1 addition & 1 deletion mechanical_markdown/__init__.py
Expand Up @@ -7,6 +7,6 @@
from mechanical_markdown.recipe import Recipe as MechanicalMarkdown
from mechanical_markdown.parsers import MarkdownAnnotationError

__version__ = '0.2.1'
__version__ = '0.2.2'

__all__ = [MechanicalMarkdown, MarkdownAnnotationError]
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
description="Run markdown recipes as shell scripts",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/wcs1only/mechanical-markdown",
url="https://github.com/dapr/mechanical-markdown",
author="Charlie Stanley",
author_email="Charlie.Stanley@microsoft.com",
license="MIT",
Expand Down

0 comments on commit f2bda5d

Please sign in to comment.