change documentation link

This commit is contained in:
Mateusz Konieczny 2022-09-14 12:02:13 +02:00
parent 0ae856a6f6
commit 5a06e37ec6

View File

@ -15,7 +15,7 @@ import { CategoryViewProps } from './category-view-props';
const PlanningView: React.FunctionComponent<CategoryViewProps> = (props) => (
<Fragment>
<InfoBox type='warning'>
This section is under development as part of the project CLPV Tool. For more details and progress <a href="https://github.com/colouring-cities/manual/wiki/G2.-Data-capture-(2).-Live-streaming-and-automated-methods">read here</a>.
This section is under development as part of the project CLPV Tool. For more details and progress <a href="https://github.com/colouring-cities/manual/wiki/G.-Data-capture-methods">read here</a>.
</InfoBox>
<PlanningDataOfficialDataEntry
value={props.building.planning_data}