jaegertracing / documentation

Documentation/website for the Jaeger Distributed Tracing project.
https://jaegertracing.io/
Apache License 2.0
68 stars 164 forks source link

Remove broken links #782

Closed yurishkuro closed 4 days ago

yurishkuro commented 4 days ago

Which problem is this PR solving?

Remove broken links using this script:

grep -lr cloudnative101 content | while read -r file; do
  echo "$file"
  grep -v cloudnative101 $file > /var/tmp/1.md
  mv /var/tmp/1.md $file
done

grep -lr envoyproxy.io content | while read -r file; do
  echo "$file"
  grep -v envoyproxy.io $file > /var/tmp/1.md
  mv /var/tmp/1.md $file
done
netlify[bot] commented 4 days ago

Deploy Preview for romantic-neumann-1959d7 ready!

Name Link
Latest commit 6a67440152b4d1453744ffb99d8e372f87b12962
Latest deploy log https://app.netlify.com/sites/romantic-neumann-1959d7/deploys/6737d3acf7b09c0008dbdbb3
Deploy Preview https://deploy-preview-782--romantic-neumann-1959d7.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.