Skip to content

Commit a65072a

Browse files
authored
chore: reformulate SSE package markdown links in README.md (#127)
1 parent d175abb commit a65072a

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

README.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,24 @@ visible.
1010

1111
| Readme | issues | tests | docs |
1212
|----------------------------------------------|---------------------------------------------|---------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
13-
| [libs/client-sdk](libs/client-sdk/README.md) | [C++ Client SDK][package-cpp-client-issues] | [![Actions Status][cpp-client-ci-badge]][cpp-client-ci] | [![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/cpp-sdks/libs/client-sdk/docs/html/)
13+
| [libs/client-sdk](libs/client-sdk/README.md) | [C++ Client SDK][package-cpp-client-issues] | [![Actions Status][cpp-client-ci-badge]][cpp-client-ci] | [![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/cpp-sdks/libs/client-sdk/docs/html/) |
1414

15-
| Shared packages | issues | tests |
16-
|--------------------------------------------------------------|---------------------------------------------------|----------------------------------------------------------------------|
17-
| [libs/common](libs/common/README.md) | [Common][package-shared-common-issues] | [![Actions Status][shared-common-ci-badge]][shared-common-ci] |
18-
| [libs/server-sent-events](libs/server-sent-events/README.md) | [Common Server][package-shared-sdk-server-issues] | [![Actions Status][shared-sse-ci-badge-badge]][shared-sdk-server-ci] |
15+
| Shared packages | issues | tests |
16+
|--------------------------------------------------------------|--------------------------------------------------------|---------------------------------------------------------------|
17+
| [libs/common](libs/common/README.md) | [Common][package-shared-common-issues] | [![Actions Status][shared-common-ci-badge]][shared-common-ci] |
18+
| [libs/server-sent-events](libs/server-sent-events/README.md) | [Common Server-Sent-Events][package-shared-sse-issues] | [![Actions Status][shared-sse-ci-badge]][shared-sse-ci] |
1919

2020
## Organization
2121

22-
| Directory | Description |
23-
|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
24-
| .github | Contains CI and release process workflows and actions.
25-
| apps | Contains example and test applications.
26-
| cmake | Contains cmake files for importing and configuring external libraries.
27-
| libs | Contains library implementations. This includes libraries shared within the project as well as SDK libraries like the client-sdk.
28-
| scripts | Contains scripts used in the release process.
29-
| vendor | Contains third party source which is directly integrated into the project. Generally third party source is included through CMake using FetchContent, but some libraries require modification specific to this repository.
22+
| Directory | Description |
23+
|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
24+
| .github | Contains CI and release process workflows and actions. |
25+
| examples | Contains examples (hello-world style). |
26+
| contract-tests | Contains contract test service. |
27+
| cmake | Contains cmake files for importing and configuring external libraries. |
28+
| libs | Contains library implementations. This includes libraries shared within the project as well as SDK libraries like the client-sdk. |
29+
| scripts | Contains scripts used in the release process. |
30+
| vendor | Contains third party source which is directly integrated into the project. Generally third party source is included through CMake using FetchContent, but some libraries require modification specific to this repository. |
3031

3132
## Build Requirements
3233

@@ -99,11 +100,11 @@ our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contri
99100

100101
[//]: # 'libs/server-sent-events'
101102

102-
[shared-sse-ci-badge-badge]: https://github.com/launchdarkly/cpp-sdks/actions/workflows/sse.yml/badge.svg
103+
[shared-sse-ci-badge]: https://github.com/launchdarkly/cpp-sdks/actions/workflows/sse.yml/badge.svg
103104

104-
[shared-sdk-server-ci]: https://github.com/launchdarkly/cpp-sdks/actions/workflows/sse.yml
105+
[shared-sse-ci]: https://github.com/launchdarkly/cpp-sdks/actions/workflows/sse.yml
105106

106-
[package-shared-sdk-server-issues]: https://github.com/launchdarkly/cpp-sdks/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+shared%2Fsse%22+
107+
[package-shared-sse-issues]: https://github.com/launchdarkly/cpp-sdks/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+shared%2Fsse%22+
107108

108109

109110
[//]: # 'libs/client-sdk'

0 commit comments

Comments
 (0)