summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-11-29 08:30:03 +0100
committerMichael Howitz <mh@gocept.com>2022-11-29 08:30:03 +0100
commit46fd0d4ef67fc95df706880542d162a42e8ac922 (patch)
tree1a5da7211f6a48ecfad2fc2041fe393d8aada2f3
parenta90725378c9fc54e4c9cb9a8cf21526cc3c76025 (diff)
downloadzope-location-46fd0d4ef67fc95df706880542d162a42e8ac922.tar.gz
Fix badge.
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 11bb4f9..ae6526f 100644
--- a/README.rst
+++ b/README.rst
@@ -10,8 +10,8 @@
:target: https://pypi.org/project/zope.location/
:alt: Supported Python versions
-.. image:: https://travis-ci.com/zopefoundation/zope.location.svg?branch=master
- :target: https://travis-ci.com/zopefoundation/zope.location
+.. image:: https://github.com/zopefoundation/zope.location/actions/workflows/tests.yml/badge.svg
+ :target: https://github.com/zopefoundation/zope.location/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.location/badge.svg?branch=master
:target: https://coveralls.io/github/zopefoundation/zope.location?branch=master
@@ -20,7 +20,7 @@
:target: http://zopelocation.readthedocs.org/en/latest/
:alt: Documentation Status
-In Zope3, "locations" are special objects that have a structural
+In Zope 3, "locations" are special objects that have a structural
location, indicated with ``__name__`` and ``__parent__`` attributes.
See `zope.container <https://zopecontainer.readthedocs.io/en/latest>`_