Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit bcd3d3f

Browse files
authored
Fix references to old repo name (#75)
* Fix references in README to old repo name Signed-off-by: Isaac Hier <[email protected]> * Fix more references to old repo name Signed-off-by: Isaac Hier <[email protected]>
1 parent b7a5fc3 commit bcd3d3f

File tree

6 files changed

+1075
-946
lines changed

6 files changed

+1075
-946
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We gratefully welcome improvements to documentation as well as to code.
1111

1212
## Making A Change
1313

14-
*Before making any significant changes, please [open an issue](https://github.com/jaegertracing/cpp-client/issues).*
14+
*Before making any significant changes, please [open an issue](https://github.com/jaegertracing/jaeger-client-cpp/issues).*
1515
Discussing your proposed changes ahead of time will make the contribution process smooth for everyone.
1616

1717
Once we've discussed your changes and you've got your code ready, make sure

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![OpenTracing 1.0 Enabled][ot-img]][ot-url]
22

3-
# cpp-client
3+
# jaeger-client-cpp
44
C++ OpenTracing binding for Jaeger
55

6-
## Contributing
6+
## Contributing
77

88
Please see [CONTRIBUTING.md](CONTRIBUTING.md).
99

@@ -14,7 +14,7 @@ generation. It currently requires exactly Thrift 0.9.2 or 0.9.3. Patches have
1414
been applied to the generated code so it cannot be directly re-generated from
1515
the IDL in the `idl` submodule
1616

17-
(see https://github.com/jaegertracing/cpp-client/issues/45)
17+
(see https://github.com/jaegertracing/jaeger-client-cpp/issues/45)
1818

1919
The code can be re-generated with
2020

@@ -23,16 +23,16 @@ The code can be re-generated with
2323
find idl/thrift/ -type f -name \*.thrift -exec thrift -gen cpp -out src/jaegertracing/thrift-gen {} \;
2424

2525
but at time of writing (Thrift 0.11.0) the resulting code is invalid due to
26-
https://issues.apache.org/jira/browse/THRIFT-4484
26+
https://issues.apache.org/jira/browse/THRIFT-4484.
2727

2828
## License
29-
29+
3030
[Apache 2.0 License](./LICENSE).
3131

32-
[ci-img]: https://travis-ci.org/jaegertracing/cpp-client.svg?branch=master
33-
[ci]: https://travis-ci.org/jaegertracing/cpp-client
34-
[cov-img]: https://codecov.io/gh/jaegertracing/cpp-client/branch/master/graph/badge.svg
35-
[cov]: https://codecov.io/gh/jaegertracing/cpp-client
32+
[ci-img]: https://travis-ci.org/jaegertracing/jaeger-client-cpp.svg?branch=master
33+
[ci]: https://travis-ci.org/jaegertracing/jaeger-client-cpp
34+
[cov-img]: https://codecov.io/gh/jaegertracing/jaeger-client-cpp/branch/master/graph/badge.svg
35+
[cov]: https://codecov.io/gh/jaegertracing/jaeger-client-cpp
3636
[ot-img]: https://img.shields.io/badge/OpenTracing--1.0-enabled-blue.svg
3737
[ot-url]: http://opentracing.io
3838

0 commit comments

Comments
 (0)