Browse Source

Fixes doc broken link

pull/183/head
jlukic 11 years ago
parent
commit
546568a9e2
10 changed files with 10 additions and 10 deletions
  1. 2
      server/documents/modules/dimmer.html.eco
  2. 2
      server/documents/modules/dropdown.html.eco
  3. 2
      server/documents/modules/form.html.eco
  4. 2
      server/documents/modules/modal.html.eco
  5. 2
      server/documents/modules/popup.html.eco
  6. 2
      server/documents/modules/rating.html.eco
  7. 2
      server/documents/modules/shape.html.eco
  8. 2
      server/documents/modules/sidebar.html.eco
  9. 2
      server/documents/modules/transition.html.eco
  10. 2
      server/draft/tab.html.eco

2
server/documents/modules/dimmer.html.eco

@ -224,7 +224,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.your.element') $('.your.element')
.dimmer('behavior name', argumentOne, argumentTwo) .dimmer('behavior name', argumentOne, argumentTwo)

2
server/documents/modules/dropdown.html.eco

@ -243,7 +243,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.your.element') $('.your.element')
.dropdown('behavior name', argumentOne, argumentTwo) .dropdown('behavior name', argumentOne, argumentTwo)

2
server/documents/modules/form.html.eco

@ -231,7 +231,7 @@ type : 'UI Behavior'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax <code>$('.foo').form('behavior name', argumentOne, argumentTwo)</code>
All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax <code>$('.foo').form('behavior name', argumentOne, argumentTwo)</code>
<table class="ui definition celled table segment"> <table class="ui definition celled table segment">
<tr> <tr>

2
server/documents/modules/modal.html.eco

@ -277,7 +277,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.ui.modal') $('.ui.modal')
.modal('behavior name', argumentOne, argumentTwo) .modal('behavior name', argumentOne, argumentTwo)

2
server/documents/modules/popup.html.eco

@ -110,7 +110,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.your.element') $('.your.element')
.popup('behavior name', argumentOne, argumentTwo) .popup('behavior name', argumentOne, argumentTwo)

2
server/documents/modules/rating.html.eco

@ -208,7 +208,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.ui.rating') $('.ui.rating')
.modal('behavior name', argumentOne, argumentTwo) .modal('behavior name', argumentOne, argumentTwo)

2
server/documents/modules/shape.html.eco

@ -332,7 +332,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.your.element') $('.your.element')
.shape('behavior name', argumentOne, argumentTwo) .shape('behavior name', argumentOne, argumentTwo)

2
server/documents/modules/sidebar.html.eco

@ -341,7 +341,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.your.element') $('.your.element')
.dropdown('behavior name', argumentOne, argumentTwo) .dropdown('behavior name', argumentOne, argumentTwo)

2
server/documents/modules/transition.html.eco

@ -179,7 +179,7 @@ type : 'UI Module'
</div> </div>
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
<p>All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<p>All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax:</p>
<div class="code"> <div class="code">
$('.your.element') $('.your.element')
.dropdown('behavior name', argumentOne, argumentTwo) .dropdown('behavior name', argumentOne, argumentTwo)

2
server/draft/tab.html.eco

@ -215,7 +215,7 @@ type : 'UI Module'
<h2 class="ui dividing header">Behavior</h2> <h2 class="ui dividing header">Behavior</h2>
All the following <a href="module.html#/behavior">behaviors</a> can be called using the syntax <code>$('.foo').tab('behavior name', argumentOne, argumentTwo)</code>
All the following <a href="/module.html#/behavior">behaviors</a> can be called using the syntax <code>$('.foo').tab('behavior name', argumentOne, argumentTwo)</code>
<table class="ui definition celled table segment"> <table class="ui definition celled table segment">
<tr> <tr>

Loading…
Cancel
Save