Skip to content

Commit

Permalink
Fix source URL in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raquo committed Dec 10, 2023
1 parent 51cbda2 commit f8040d6
Show file tree
Hide file tree
Showing 59 changed files with 59 additions and 59 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val sl = project
.settings(
generateShoelace := {
new ShoelaceGenerator(
onlineSourceRoot = "https://https://github.com/raquo/laminar-shoelace-components/blob/master",
onlineSourceRoot = "https://github.com/raquo/laminar-shoelace-components/blob/master",
customElementsJsonPath = "node_modules/@shoelace-style/shoelace/dist/custom-elements.json",
baseOutputDirectoryPath = "src/main/scala/com/raquo/laminar/shoelace/sl",
baseOutputPackagePath = "com.raquo.laminar.shoelace.sl"
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Alert.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Alerts are used to display important messages inline or as toast notifications.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Alert.scala Alert.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Alert.scala Alert.scala source code]]
*
* [[https://shoelace.style/components/alert Shoelace Alert docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* A component for displaying animated GIFs and WEBPs that play and pause on interaction.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/AnimatedImage.scala AnimatedImage.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/AnimatedImage.scala AnimatedImage.scala source code]]
*
* [[https://shoelace.style/components/animated-image Shoelace AnimatedImage docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Animate elements declaratively with nearly 100 baked-in presets, or roll your own with custom keyframes. Powered by the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API).
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Animation.scala Animation.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Animation.scala Animation.scala source code]]
*
* [[https://shoelace.style/components/animation Shoelace Animation docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Avatar.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Avatars are used to represent a person or object.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Avatar.scala Avatar.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Avatar.scala Avatar.scala source code]]
*
* [[https://shoelace.style/components/avatar Shoelace Avatar docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Badge.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Badges are used to draw attention and display statuses or counts.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Badge.scala Badge.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Badge.scala Badge.scala source code]]
*
* [[https://shoelace.style/components/badge Shoelace Badge docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Breadcrumb.scala Breadcrumb.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Breadcrumb.scala Breadcrumb.scala source code]]
*
* [[https://shoelace.style/components/breadcrumb Shoelace Breadcrumb docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/BreadcrumbItem.scala BreadcrumbItem.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/BreadcrumbItem.scala BreadcrumbItem.scala source code]]
*
* [[https://shoelace.style/components/breadcrumb-item Shoelace BreadcrumbItem docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Button.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Buttons represent actions that are available to the user.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Button.scala Button.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Button.scala Button.scala source code]]
*
* [[https://shoelace.style/components/button Shoelace Button docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Button groups can be used to group related buttons into sections.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/ButtonGroup.scala ButtonGroup.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/ButtonGroup.scala ButtonGroup.scala source code]]
*
* [[https://shoelace.style/components/button-group Shoelace ButtonGroup docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Card.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Cards can be used to group related subjects in a container.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Card.scala Card.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Card.scala Card.scala source code]]
*
* [[https://shoelace.style/components/card Shoelace Card docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Carousels display an arbitrary number of content slides along a horizontal or vertical axis.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Carousel.scala Carousel.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Carousel.scala Carousel.scala source code]]
*/
object Carousel extends WebComponent("sl-carousel") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* A carousel item represent a slide within a [carousel](/components/carousel).
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/CarouselItem.scala CarouselItem.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/CarouselItem.scala CarouselItem.scala source code]]
*/
object CarouselItem extends WebComponent("sl-carousel-item") {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Checkboxes allow the user to toggle an option on or off.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Checkbox.scala Checkbox.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Checkbox.scala Checkbox.scala source code]]
*
* [[https://shoelace.style/components/checkbox Shoelace Checkbox docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Color pickers allow the user to select a color.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/ColorPicker.scala ColorPicker.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/ColorPicker.scala ColorPicker.scala source code]]
*
* [[https://shoelace.style/components/color-picker Shoelace ColorPicker docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Copies text data to the clipboard when the user clicks the trigger.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/CopyButton.scala CopyButton.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/CopyButton.scala CopyButton.scala source code]]
*
* [[https://shoelace.style/components/copy Shoelace CopyButton docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Details.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Details show a brief summary and expand to show additional content.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Details.scala Details.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Details.scala Details.scala source code]]
*
* [[https://shoelace.style/components/details Shoelace Details docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Dialog.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Dialogs, sometimes called "modals", appear above the page and require the user's immediate attention.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Dialog.scala Dialog.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Dialog.scala Dialog.scala source code]]
*
* [[https://shoelace.style/components/dialog Shoelace Dialog docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Divider.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Dividers are used to visually separate or group elements.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Divider.scala Divider.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Divider.scala Divider.scala source code]]
*
* [[https://shoelace.style/components/divider Shoelace Divider docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Drawer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Drawers slide in from a container to expose additional options and information.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Drawer.scala Drawer.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Drawer.scala Drawer.scala source code]]
*
* [[https://shoelace.style/components/drawer Shoelace Drawer docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Dropdowns expose additional content that "drops down" in a panel.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Dropdown.scala Dropdown.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Dropdown.scala Dropdown.scala source code]]
*
* [[https://shoelace.style/components/dropdown Shoelace Dropdown docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Formats a number as a human readable bytes value.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/FormatBytes.scala FormatBytes.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/FormatBytes.scala FormatBytes.scala source code]]
*
* [[https://shoelace.style/components/format-bytes Shoelace FormatBytes docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Formats a date/time using the specified locale and options.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/FormatDate.scala FormatDate.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/FormatDate.scala FormatDate.scala source code]]
*
* [[https://shoelace.style/components/format-date Shoelace FormatDate docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Formats a number using the specified locale and options.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/FormatNumber.scala FormatNumber.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/FormatNumber.scala FormatNumber.scala source code]]
*
* [[https://shoelace.style/components/format-number Shoelace FormatNumber docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Icon.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Icons are symbols that can be used to represent various options within an application.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Icon.scala Icon.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Icon.scala Icon.scala source code]]
*
* [[https://shoelace.style/components/icon Shoelace Icon docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/IconButton.scala IconButton.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/IconButton.scala IconButton.scala source code]]
*
* [[https://shoelace.style/components/icon-button Shoelace IconButton docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Compare visual differences between similar photos with a sliding panel.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/ImageComparer.scala ImageComparer.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/ImageComparer.scala ImageComparer.scala source code]]
*
* [[https://shoelace.style/components/image-comparer Shoelace ImageComparer docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Include.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Includes give you the power to embed external HTML files into the page.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Include.scala Include.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Include.scala Include.scala source code]]
*
* [[https://shoelace.style/components/include Shoelace Include docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Input.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Inputs collect data from the user.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Input.scala Input.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Input.scala Input.scala source code]]
*
* [[https://shoelace.style/components/input Shoelace Input docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Menu.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Menus provide a list of options for the user to choose from.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Menu.scala Menu.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Menu.scala Menu.scala source code]]
*
* [[https://shoelace.style/components/menu Shoelace Menu docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Menu items provide options for the user to pick from in a menu.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/MenuItem.scala MenuItem.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/MenuItem.scala MenuItem.scala source code]]
*
* [[https://shoelace.style/components/menu-item Shoelace MenuItem docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Menu labels are used to describe a group of menu items.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/MenuLabel.scala MenuLabel.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/MenuLabel.scala MenuLabel.scala source code]]
*
* [[https://shoelace.style/components/menu-label Shoelace MenuLabel docs]]
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* The Mutation Observer component offers a thin, declarative interface to the [`MutationObserver API`](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver).
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/MutationObserver.scala MutationObserver.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/MutationObserver.scala MutationObserver.scala source code]]
*
* [[https://shoelace.style/components/mutation-observer Shoelace MutationObserver docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Option.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Options define the selectable items within various form controls such as [select](/components/select).
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Option.scala Option.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Option.scala Option.scala source code]]
*
* [[https://shoelace.style/components/option Shoelace Option docs]]
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/raquo/laminar/shoelace/sl/Popup.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import scala.scalajs.js.annotation.JSImport
/**
* Popup is a utility that lets you declaratively anchor "popup" containers to another element.
*
* [[https://https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Popup.scala Popup.scala source code]]
* [[https://github.com/raquo/laminar-shoelace-components/blob/master/src/main/scala/com/raquo/laminar/shoelace/sl/Popup.scala Popup.scala source code]]
*
* [[https://shoelace.style/components/popup Shoelace Popup docs]]
*/
Expand Down
Loading

0 comments on commit f8040d6

Please sign in to comment.