Skip to content

Commit

Permalink
Fix documentation links (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingFabian authored Aug 6, 2019
1 parent a2eff04 commit 694b418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export INSTANA_SERVICE_NAME=MrBlueSky

## Rack Middleware

This gem will detect and automagically insert the Instana Rack middleware into the middleware stack when a [supported framework](https://instana.atlassian.net/wiki/display/DOCS/Ruby) is present. We are currently adding support for more frameworks. If you are using a yet to be instrumented framework, you can insert the Instana Rack middleware with the following:
This gem will detect and automagically insert the Instana Rack middleware into the middleware stack when a [supported framework](https://docs.instana.io/ecosystem/ruby/) is present. We are currently adding support for more frameworks. If you are using a yet to be instrumented framework, you can insert the Instana Rack middleware with the following:

```Ruby
require "instana/rack"
Expand Down
2 changes: 1 addition & 1 deletion Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ goes wrong, you can use the following steps and tips to potentially diagnose any
# Supported Components

Make sure that the component that you want to get visibility into has been added to the support matrix. A list of all
supported components can be found in the [documentation](https://instana.atlassian.net/wiki/display/DOCS/Ruby).
supported components can be found in the [documentation](https://docs.instana.io/ecosystem/ruby/).

# Logging & Environment Variables

Expand Down

0 comments on commit 694b418

Please sign in to comment.