Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Doc images

Open
#482 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
55/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
html
Domain
documentation

Research direction

Inspect the generated documentation HTML around the posix_exec_err.svg image reference and the ../images location mentioned in the issue. Run the documentation build to reproduce the broken image path, then make the image location and reference consistent and verify that the rendered pages display the images.

Written by the indexing model from the issue text.

Description

The latest docs from 1.88.0 reference a few images which exist in the file system at ../images however the html pages fails to discover them since it's using 1 dot instead of 2.

<img src="./images/posix_exec_err.svg" alt="posix exec err">

Possible relocate the images during the build process so ./images works. Or use ../images/.

Dominant language
C++
Stars
145
Forks
151
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from boostorg/process

All issues in boostorg/process

Similar issues

More C++ issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.