Skip to content

Commit

Permalink
Remove dpldocs link, it no longer functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
schveiguy committed Jun 12, 2024
1 parent 66e10f1 commit d15dcdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion views/view_package.dt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ block body
- auto doc_url = packinfo.info["documentationURL"].get!string;
- if (doc_url.length)
a.tab.external(href=doc_url, target="_blank") Documentation
a.tab.external(href=text("https://",normalizedPackageName,".dpldocs.info/",versionInfo["version"].get!string,"/"), target="_blank") Reference
- bool renderedTabContent;
- if (activeTab == "info")
- if (readmeContents.length)
Expand Down

0 comments on commit d15dcdf

Please sign in to comment.