Skip to content

Commit

Permalink
Fix deadlinks on rsr pages/sites
Browse files Browse the repository at this point in the history
  • Loading branch information
zuhdil committed Nov 29, 2023
1 parent b2ff001 commit dca762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akvo/rsr/dir/app/modules/index/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const Projects = ({ projects = [], loading, show, setShow, ulRef, showSortLabel
classNames="project"
>
<li>
<a href={`/dir${project.url}`} target="_blank" rel="noopener noreferrer">
<a href={`/dir/project/${project.id}/`} target="_blank" rel="noopener noreferrer">
<div className="img">
<img src={`${project.image}`} />
</div>
Expand Down

0 comments on commit dca762d

Please sign in to comment.