question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Fix broken Appendix links due to section overhaul

See original GitHub issue

Hi, this is a first-timers-only issue. This means we’ve worked to make it more legible to folks who either haven’t contributed to our codebase before, or even folks who haven’t contributed to open source before.

If that’s you, we’re interested in helping you take the first step and can answer questions and help you out as you do. Note that we’re especially interested in contributions from people from groups underrepresented in free and open source software!

If you have contributed before, consider leaving this one for someone new, and looking through our general ideal-for-contribution issues. Thanks!

Background

The documentation has been restructured on master so that it is splits differently with one file per major section rather than a collection of individual files. For instance, rather than rendering each appendix in a dedicated file, all appendixes are now rendered in a single appendix.html.

Problem

There are several places in the documentation where we are still referring to dedicated files rather than the new “major section file” and those links are therefore broken.

Solution

First of all, make sure to generate the documentation locally so that you can check your changes are properly applied. Once you’ve performed the initialization step to build the maven plugin documentation and the starters, only the last step is required to generate the documentation again with your changes.

The sources for the documentation are located in spring-boot-project/spring-boot-docs/src/main/asciidoc. Checking for appendix- is an effective way to spot the places where links are still referring to the old format.

Consider the following broken link: <<appendix-executable-jar-format.adoc#executable-jar, Executable Jars>>. The first part of the link must be appendix.adoc and the anchor probably didn’t change but it’s worth double checking anyway. In this case it is still valid so the new link should be <<appendix.adoc#executable-jar, Executable Jars>>.

Steps to Fix

  • Claim this issue with a comment below and ask any clarifying questions you need
  • Set up a repository locally following the Contributing Guidelines
  • Try to fix the issue following the steps above
  • Commit your changes and start a pull request.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
govi20commented, Feb 9, 2019

would love to work on it.

0reactions
snicollcommented, Feb 13, 2019

Closing in favour of PR #15933

Read more comments on GitHub >

github_iconTop Results From Across the Web

Catastrophic appendicitis operation, successful repair in ...
A 13-year-old girl with perforated appendicitis who had undergone laparotomy had to experience a burst abdomen with necrotizing fasciitis of the abdominal wall....
Read more >
Laparoscopic Appendectomy
Appendicitis must be treated with surgery right away; if left untreated, the appendix could rupture (burst) and cause a life-threatening or fatal infection....
Read more >
Appendectomy | SCL Health
The main treatment for appendicitis is surgery which removes the appendix. We do appendectomies 2 different ways. Open surgery — During open surgery,...
Read more >
14 CFR Appendix A to Part 43 - Major Alterations, Major ...
Appendix A to Part 43 - Major Alterations, Major Repairs, and Preventive Maintenance. (a) Major alterations -. (1) Airframe major alterations.
Read more >
14 CFR Part 43 -- Maintenance, Preventive ... - eCFR
Those items, the performance of which is a major alteration, a major repair, or preventive maintenance, are listed in appendix A. (b) The...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found