diff --git a/src/app/dars/metadata-table/metadata-table.component.html b/src/app/dars/metadata-table/metadata-table.component.html
index b2088a7ec4c81dd0310736538cb68a108f32b2a6..03d3a9548a8ac20b455df87b1970c5a72b2b21dd 100644
--- a/src/app/dars/metadata-table/metadata-table.component.html
+++ b/src/app/dars/metadata-table/metadata-table.component.html
@@ -64,7 +64,7 @@
     <ng-container matColumnDef="download">
       <th mat-header-cell *matHeaderCellDef></th>
       <td mat-cell *matCellDef="let audit">
-        <a mat-stroked-button href="/darspdfservice?reportId={{ audit?.darsDegreeAuditReportId }}">
+        <a mat-stroked-button href="/api/darspdfservice?reportId={{ audit?.darsDegreeAuditReportId }}">
           <mat-icon>vertical_align_bottom</mat-icon>
           <span class="cdk-visually-hidden">Download Audit PDF for {{(audit.darsDegreeProgramDescription || '').toLowerCase()}} Program of Study</span>
         </a>