Skip to content

Commit 9894e5e

Browse files
committed
fix broken links
1 parent 3bd4328 commit 9894e5e

6 files changed

Lines changed: 5 additions & 7 deletions

File tree

Basics/FAQ/Errors-and-Troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ To avoid this behavior and instead write immediately to stdout, you can set it t
108108
$stdout.sync = true
109109
```
110110
111-
You can read more about sync [here](https://ruby-doc.org/3.2.0/IO.html#method-i-sync).
111+
You can read more about sync [here](https://docs.ruby-lang.org/en/master/IO.html#method-i-sync).
112112
113113
## Why am I getting `error:0A000086:SSL routines::certificate verify failed` after upgrading Karafka?
114114

Basics/Support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Please include as many of the following details as possible to help me understan
8585
</tr>
8686
<tr>
8787
<td class="nowrap">Debug Logs</td>
88-
<td>All <a href="/docs/Problems%2C-Troubleshooting-and-Debugging/#enabling-extensive-logging">debug logs</a> including debug logs from librdkafka.</td>
88+
<td>All <a href="/docs/Infrastructure-Debugging/#enable-enhanced-logging">debug logs</a> including debug logs from librdkafka.</td>
8989
</tr>
9090
<tr>
9191
<td class="nowrap">Reproduction Steps</td>

Development/Code-Quality-Linting-Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ BUNDLE_GEMFILE=Gemfile.lint bundle exec yard-lint lib/
104104
| [StandardRB Official Site](https://github.com/standardrb/standard) | StandardRB documentation and philosophy |
105105
| [RuboCop Documentation](https://docs.rubocop.org/) | Comprehensive RuboCop cop reference |
106106
| [YARD Documentation](https://yardoc.org/) | YARD documentation syntax guide |
107-
| [yard-lint GitHub](https://github.com/troessner/yard-lint) | yard-lint usage and configuration |
107+
| [yard-lint GitHub](https://github.com/mensfeld/yard-lint) | yard-lint usage and configuration |
108108
| [Karafka Issue #2991](https://github.com/karafka/karafka/issues/2991) | Original migration tracking issue |
109109

110110
## See Also

Infrastructure/Forking.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ These errors indicate processes in the middle of certain operations during a for
4040

4141
Note that forking issues typically occur when the required dependencies aren't loaded in the parent process prior to forking. The underlying cause is related to how Objective-C DLLs handle forking on macOS.
4242
43-
For more detailed information on macOS forking issues and solutions, see [Phusion's blog on Ruby app servers and macOS High Sierra](https://blog.phusion.nl/2017/10/13/why-ruby-app-servers-break-on-macos-high-sierra-and-what-can-be-done-about-it/).
44-
4543
## Conclusion
4644
4745
Forking in Ruby applications that use Karafka and `librdkafka` requires careful planning and implementation to prevent resource leakage and ensure stable operation. This is especially true on macOS, where changes to the system's handling of forks can lead to critical issues. By following the outlined best practices, developers can effectively manage these challenges in a multi-process environment.

Infrastructure/Integrating-with-Ruby-on-Rails-and-other-frameworks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ bundle exec karafka install
1818

1919
It will create all the needed directories and files and the `karafka.rb` configuration file. After that, you should be good to go.
2020

21-
We also have an [example Ruby on Rails application](https://github.com/karafka/example-apps/tree/master/v2.2-rails) that illustrates integration with this framework.
21+
We also have an [example Ruby on Rails application](https://github.com/karafka/example-apps/tree/master/v2.5-rails) that illustrates integration with this framework.
2222

2323
## Integrating with Sinatra and other frameworks
2424

Pro/Build-vs-Buy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A senior developer is typically $10,000/mo. One with Kafka knowledge even more.
1111

1212
**Paying money for good infrastructure means you have more time to focus on user-facing features.**
1313

14-
Baremetrics has a [Build vs. Buy calculator](https://baremetrics.com/build-vs-buy). Here are some **extremely** optimistic projections, now let the numbers speak for themselves:
14+
Here are some **extremely** optimistic projections, now let the numbers speak for themselves:
1515

1616
<p align="center">
1717
<img src="https://karafka.io/assets/misc/printscreens/build-vs-buy.png" />

0 commit comments

Comments
 (0)