Skip to content

Commit

Permalink
updating services md file to remove service suffix from source link url
Browse files Browse the repository at this point in the history
  • Loading branch information
vinodrkumars committed Jan 15, 2025
1 parent 16c3334 commit 7a3d0f6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/accounting.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases: [accountingservice]
This service calculates the total amount of sold products. This is only mocked
and received orders are printed out.

[Accounting Service](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/accountingservice/)
[Accounting Service](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/accounting/)

## Auto-instrumentation

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/ad.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ aliases: [adservice]
This service determines appropriate ads to serve to users based on context keys.
The ads will be for products available in the store.

[Ad service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/adservice/)
[Ad service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/ad/)

## Auto-instrumentation

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/checkout.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cSpell:ignore: fatalf otelgrpc otelsarama otlpmetricgrpc otlptracegrpc sarama sd
This service is responsible to process a checkout order from the user. The
checkout service will call many other services in order to process an order.

[Checkout service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/checkoutservice/)
[Checkout service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/checkout/)

## Traces

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/currency.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cSpell:ignore: chrono decltype labelkv millis noexcept nostd
This service provides functionality to convert amounts between different
currencies.

[Currency service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/currencyservice/)
[Currency service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/currency/)

## Traces

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cSpell:ignore: sinatra

This service will send a confirmation email to the user when an order is placed.

[Email service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/emailservice/)
[Email service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/email/)

## Initializing Tracing

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This service is responsible to process credit card payments for orders. It will
return an error if the credit card is invalid or the payment can not be
processed.

[Payment service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/paymentservice/)
[Payment service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/payment/)

## Initializing OpenTelemetry

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/product-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This service is responsible to return information about products. The service
can be used to get all products, search for specific products, or return details
about any single product.

[Product Catalog service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/productcatalogservice/)
[Product Catalog service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/productcatalog/)

## Traces

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/quote.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ managing the Dependency Injection.

The PHP instrumentation may vary when using a different framework.

[Quote service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/quoteservice/)
[Quote service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/quote/)

## Traces

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/shipping.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The `build.rs` supports development outside docker, given a Rust installation.
Otherwise, consider building with `docker compose` to edit / assess changes as
needed.

[Shipping service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/shippingservice/)
[Shipping service source](https://github.com/open-telemetry/opentelemetry-demo/blob/main/src/shipping/)

## Traces

Expand Down

0 comments on commit 7a3d0f6

Please sign in to comment.