Skip to content

Commit

Permalink
Fix README and make tests pass
Browse files Browse the repository at this point in the history
Fixes invalid references in README and fixes errors in 26bddb7
  • Loading branch information
ffe4 committed Mar 16, 2020
1 parent 26bddb7 commit 9ddbfd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ext/opentelemetry-ext-otcollector/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ OpenTelemetry Collector Exporter
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-ext-otcollector.svg
:target: https://pypi.org/project/opentelemetry-ext-otcollector/

This library allows to export data to `OpenTelemetry Collector <https://github.com/open-telemetry/opentelemetry-collector/>`_ , currently using OpenCensus receiver in Collector side.
This library allows to export data to `OpenTelemetry Collector`_ , currently using OpenCensus receiver in Collector side.

Installation
------------
Expand Down Expand Up @@ -95,4 +95,4 @@ References
----------

* `OpenTelemetry Collector <https://github.com/open-telemetry/opentelemetry-collector/>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry <https://opentelemetry.io/>`_
3 changes: 2 additions & 1 deletion tests/check_for_valid_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ def parse_args():
sys.exit(1)
if all_readmes_found:
print("All clear.")
print("No errors found but not all packages have a README.rst")
else:
print("No errors found but not all packages have a README.rst")
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ deps =
isort
black
psutil
readme_renderer

commands_pre =
python scripts/eachdist.py install --editable
Expand Down

0 comments on commit 9ddbfd8

Please sign in to comment.