Giter Site home page Giter Site logo

Comments (2)

notdryft avatar notdryft commented on May 26, 2024 1

Good catch, but I was a bit surprised we didn't caught that one since internal links and anchors are supposed to be checked when the documentation builds itself. For example, it should have printed:

ERROR [en] REF_NOT_FOUND: Ref "#run-the-test-locally": ".../src/docs/content/tutorials/scripting-intro/index.md:18:34": anchor not found

The link you found didn't use the shortcode at all but was a simple markdown link:

[run your simulation locally](#run-the-simulation-locally)

Which should have been:

[run your simulation locally]({{< ref "#run-the-simulation-locally" >}})

It turns out there were a lot of these so I went ahead and fixed them all! Thanks for catching it.

from gatling.

guilgaly avatar guilgaly commented on May 26, 2024 1

I'll close this issue now, since we have also fixed the https://1234567890.gatling.io links on the main website on Friday, and checked the other external links from both the docs and main websites yesterday, so hopefully links should be OK now (unless we missed something). Thanks again for the heads up and for the pull requests!

from gatling.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.