Skip to content

Commit

Permalink
Merge pull request #1650 from tomchiverton/patch-12
Browse files Browse the repository at this point in the history
OpenBD is dead, so stop linking to it
  • Loading branch information
pfreitag committed Apr 29, 2024
2 parents 2ffb405 + d35fb4c commit 4caf6d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions views/doc.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,6 @@
<a href="#data.engines.lucee.docs#" title="Official Lucee Docs" class="label label-lucee">Lucee<cfif StructKeyExists(data.engines.lucee, "minimum_version") AND Len(data.engines.lucee.minimum_version)>#encodeForHTML(data.engines.lucee.minimum_version)#+</cfif></a>
</li>
</cfif>
<cfif StructKeyExists(data, "engines") AND StructKeyExists(data.engines, "openbd") AND StructKeyExists(data.engines.openbd, "docs") AND Len(data.engines.openbd.docs)>
<li class="pull-right">
<a href="#data.engines.openbd.docs#" title="Official OpenBD Docs" class="label label-openbd">BD</a>
</li>
</cfif>
<cfif structKeyExists(data, "engines") AND NOT structIsEmpty(data.engines)>
<li role="separator" class="pull-right divider"></li>
</cfif>
Expand Down

0 comments on commit 4caf6d1

Please sign in to comment.