Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dita-ot/header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container-xxl">
<a
class="navbar-brand"
href="https://infotexture.github.io/dita-bootstrap.table"
href="https://dita-bootstrap.github.io/dita-bootstrap.table"
>
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
2 changes: 1 addition & 1 deletion .github/dita-ot/html.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<param name="dark.mode.include" value="yes"/>
<param
name="open-graph.url"
value="https://infotexture.github.io/dita-bootstrap"
value="https://dita-bootstrap.github.io/dita-bootstrap.table"
/>
<param name="twitter.site" value="@infotexture"/>
</publication>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dita-bootstrap.table",
"description": "DITA Open Toolkit plug-in that extends the DITA Bootstrap HTML output with dynamic tables from the Bootstrap Table library.",
"homepage": "https://infotexture.github.io/dita-bootstrap.table",
"homepage": "https://dita-bootstrap.github.io/dita-bootstrap.table",
"repository": {
"type": "git",
"url": "https://github.com/dita-bootstrap/dita-bootstrap.table.git"
Expand Down
3 changes: 1 addition & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
See the accompanying LICENSE file for applicable licenses.
-->
<plugin id="org.dita-bootstrap.table" version="1.25.0">
<require plugin="net.infotexture.dita-bootstrap"/>
<!--require plugin="org.dita-bootstrap.html"/ -->
<require plugin="org.dita-bootstrap.html"/>
<feature
extension="dita.xsl.html5-bootstrap"
value="xsl/xhtml.xsl"
Expand Down