pearcej / cppds

Problem Solving with Algorithms and Data Structures using C++
Other
11 stars 76 forks source link

Fixed cross reference issue loacted in section 3.4 in cppds-v2 #460

Closed harpera3 closed 8 months ago

harpera3 commented 10 months ago

Description

I changed the reference name to match the xml:id it was supposed to link to. This has removed the error message from the text and allows the reader to click on the link.

Related Issue

Fix #450

How Has This Been Tested?

I tested this by building the code with my changes locally and making sure the link worked.

image

demekenega commented 8 months ago

This fix looks good.