Skip to content

Commit

Permalink
Update repository links to point to main (#14112)
Browse files Browse the repository at this point in the history
* Update repository links to point to main

Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com>

* Fix broken link in relatedtools.mdx

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
  • Loading branch information
cipherboy and stevendpclark committed Feb 17, 2022
1 parent 0b845b8 commit ee1e5be
Show file tree
Hide file tree
Showing 51 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion ui/app/components/home-link.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { computed } from '@ember/object';
* ```
*
* @see {@link https://github.com/hashicorp/vault/search?l=Handlebars&q=HomeLink|Uses of HomeLink}
* @see {@link https://github.com/hashicorp/vault/blob/master/ui/app/components/home-link.js|HomeLink Source Code}
* @see {@link https://github.com/hashicorp/vault/blob/main/ui/app/components/home-link.js|HomeLink Source Code}
*/

export default Component.extend({
Expand Down
2 changes: 1 addition & 1 deletion ui/app/models/role-ssh.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import lazyCapabilities, { apiPath } from 'vault/macros/lazy-capabilities';

// these arrays define the order in which the fields will be displayed
// see
// https://github.com/hashicorp/vault/blob/master/builtin/logical/ssh/path_roles.go#L542 for list of fields for each key type
// https://github.com/hashicorp/vault/blob/main/builtin/logical/ssh/path_roles.go#L542 for list of fields for each key type
const OTP_FIELDS = [
'name',
'keyType',
Expand Down
2 changes: 1 addition & 1 deletion ui/lib/core/stories/alert-banner.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
**See**

- [Uses of AlertBanner](https://github.com/hashicorp/vault/search?l=Handlebars&q=AlertBanner+OR+alert-banner)
- [AlertBanner Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/alert-banner.js)
- [AlertBanner Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/alert-banner.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/alert-inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
**See**

- [Uses of AlertInline](https://github.com/hashicorp/vault/search?l=Handlebars&q=AlertInline)
- [AlertInline Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/alert-inline.js)
- [AlertInline Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/alert-inline.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/bar-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ BarChart components are used to display data in the form of a stacked bar chart,
**See**

- [Uses of BarChart](https://github.com/hashicorp/vault/search?l=Handlebars&q=BarChart+OR+bar-chart)
- [BarChart Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/bar-chart.js)
- [BarChart Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/bar-chart.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/box-radio.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ BoxRadio components are used to display options for a radio selection.
**See**

- [Uses of BoxRadio](https://github.com/hashicorp/vault/search?l=Handlebars&q=BoxRadio+OR+box-radio)
- [BoxRadio Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/box-radio.js)
- [BoxRadio Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/box-radio.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/chevron.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
**See**

- [Uses of Chevron](https://github.com/hashicorp/vault/search?l=Handlebars&q=Chevron+OR+chevron)
- [Chevron Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/chevron.js)
- [Chevron Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/chevron.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/confirm-action.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
**See**

- [Uses of ConfirmAction](https://github.com/hashicorp/vault/search?l=Handlebars&q=ConfirmAction)
- [ConfirmAction Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/confirm-action.js)
- [ConfirmAction Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/confirm-action.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/confirm.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ See the `Message` component for a description of properties.
**See**

- [Uses of Confirm](https://github.com/hashicorp/vault/search?l=Handlebars&q=Confirm+OR+confirm)
- [Confirm Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/confirm.js)
- [Confirm Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/confirm.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/doc-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
**See**

- [Uses of DocLink](https://github.com/hashicorp/vault/search?l=Handlebars&q=DocLink)
- [DocLink Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/doc-link.js)
- [DocLink Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/doc-link.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/empty-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ encounters a state that would usually be blank.
**See**

- [Uses of EmptyState](https://github.com/hashicorp/vault/search?l=Handlebars&q=EmptyState+OR+empty-state)
- [EmptyState Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/empty-state.js)
- [EmptyState Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/empty-state.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/form-field-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
**See**

- [Uses of FormFieldGroups](https://github.com/hashicorp/vault/search?l=Handlebars&q=FormFieldGroups)
- [FormFieldGroups Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/form-field-groups.js)
- [FormFieldGroups Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/form-field-groups.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/form-field.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
**See**

- [Uses of FormField](https://github.com/hashicorp/vault/search?l=Handlebars&q=form-field)
- [FormField Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/form-field.js)
- [FormField Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/form-field.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/form-save-buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
**See**

- [Uses of FormSaveButtons](https://github.com/hashicorp/vault/search?l=Handlebars&q=FormSaveButtons+OR+form-save-buttons)
- [FormSaveButtons Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/form-save-buttons.js)
- [FormSaveButtons Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/form-save-buttons.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ Flight icon documentation at https://flight-hashicorp.vercel.app/
**See**

- [Uses of Icon](https://github.com/hashicorp/vault/search?l=Handlebars&q=Icon+OR+icon)
- [Icon Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/icon.js)
- [Icon Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/icon.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/info-table-row.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ that the value breaks under the label on smaller viewports.
**See**

- [Uses of InfoTableRow](https://github.com/hashicorp/vault/search?l=Handlebars&q=InfoTableRow+OR+info-table-row)
- [InfoTableRow Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/info-table-row.js)
- [InfoTableRow Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/info-table-row.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/info-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ InfoTable components are a table with a single column and header. They are used
**See**

- [Uses of InfoTable](https://github.com/hashicorp/vault/search?l=Handlebars&q=InfoTable+OR+info-table)
- [InfoTable Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/info-table.js)
- [InfoTable Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/info-table.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/layout-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
**See**

- [Uses of LayoutLoading](https://github.com/hashicorp/vault/search?l=Handlebars&q=LayoutLoading)
- [LayoutLoading Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/layout-loading.js)
- [LayoutLoading Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/layout-loading.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/linkable-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ LinkableItem components have two contextual components, a Content component used
**See**

- [Uses of LinkableItem](https://github.com/hashicorp/vault/search?l=Handlebars&q=LinkableItem+OR+linkable-item)
- [LinkableItem Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/linkable-item.js)
- [LinkableItem Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/linkable-item.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/list-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
**See**

- [Uses of ListView](https://github.com/hashicorp/vault/search?l=Handlebars&q=ListView+OR+list-view)
- [ListView Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/list-view.js)
- [ListView Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/list-view.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/masked-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
**See**

- [Uses of MaskedInput](https://github.com/hashicorp/vault/search?l=Handlebars&q=MaskedInput)
- [MaskedInput Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/masked-input.js)
- [MaskedInput Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/masked-input.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/message-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
**See**

- [Uses of MessageError](https://github.com/hashicorp/vault/search?l=Handlebars&q=MessageError)
- [MessageError Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/message-error.js)
- [MessageError Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/message-error.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/message.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
**See**

- [Uses of Confirm](https://github.com/hashicorp/vault/search?l=Handlebars&q=Confirm+OR+confirm)
- [Confirm Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/confirm.js)
- [Confirm Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/confirm.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/popup-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ block.
**See**

- [Uses of PopupMenu](https://github.com/hashicorp/vault/search?l=Handlebars&q=PopupMenu)
- [PopupMenu Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/popup-menu.js)
- [PopupMenu Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/popup-menu.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/search-select.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ The `SearchSelect` is an implementation of the [ember-power-select](https://gith
**See**

- [Uses of SearchSelect](https://github.com/hashicorp/vault/search?l=Handlebars&q=SearchSelect+OR+search-select)
- [SearchSelect Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/search-select.js)
- [SearchSelect Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/search-select.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/select.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ Select components are used to render a dropdown.
**See**

- [Uses of Select](https://github.com/hashicorp/vault/search?l=Handlebars&q=Select+OR+select)
- [Select Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/select.js)
- [Select Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/select.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/stat-text.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ StatText components are used to display a label and associated value beneath, wi
**See**

- [Uses of StatText](https://github.com/hashicorp/vault/search?l=Handlebars&q=StatText+OR+stat-text)
- [StatText Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/stat-text.js)
- [StatText Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/stat-text.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/toggle-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
**See**

- [Uses of ToggleButton](https://github.com/hashicorp/vault/search?l=Handlebars&q=ToggleButton)
- [ToggleButton Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/toggle-button.js)
- [ToggleButton Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/toggle-button.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/toolbar/toolbar-actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ It should only be used inside of `Toolbar`.
**See**

- [Uses of ToolbarActions](https://github.com/hashicorp/vault/search?l=Handlebars&q=ToolbarActions+OR+toolbar-actions)
- [ToolbarActions Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/toolbar-actions.js)
- [ToolbarActions Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/toolbar-actions.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/toolbar/toolbar-download-button.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ It should only be used inside of `Toolbar`.
**See**

- [Uses of ToolbarDownloadButton](https://github.com/hashicorp/vault/search?l=Handlebars&q=ToolbarDownloadButton+OR+toolbar-download-button)
- [ToolbarDownloadButton Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/toolbar-download-button.js)
- [ToolbarDownloadButton Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/toolbar-download-button.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/toolbar/toolbar-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ It should only be used inside of `Toolbar`.
**See**

- [Uses of ToolbarFilters](https://github.com/hashicorp/vault/search?l=Handlebars&q=ToolbarFilters+OR+toolbar-filters)
- [ToolbarFilters Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/toolbar-filters.js)
- [ToolbarFilters Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/toolbar-filters.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/toolbar/toolbar-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ It should only be used inside of `Toolbar`.
**See**

- [Uses of ToolbarLink](https://github.com/hashicorp/vault/search?l=Handlebars&q=ToolbarLink+OR+toolbar-link)
- [ToolbarLink Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/toolbar-link.js)
- [ToolbarLink Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/toolbar-link.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/toolbar/toolbar-secret-link.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ It should only be used inside of `Toolbar`.
**See**

- [Uses of ToolbarSecretLink](https://github.com/hashicorp/vault/search?l=Handlebars&q=ToolbarSecretLink+OR+toolbar-secret-link)
- [ToolbarSecretLink Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/toolbar-secret-link.js)
- [ToolbarSecretLink Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/toolbar-secret-link.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/toolbar/toolbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
**See**

- [Uses of Toolbar](https://github.com/hashicorp/vault/search?l=Handlebars&q=Toolbar+OR+toolbar)
- [Toolbar Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/toolbar.js)
- [Toolbar Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/toolbar.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/ttl-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ timestring when those two values are changed.
**See**

- [Uses of TtlForm](https://github.com/hashicorp/vault/search?l=Handlebars&q=TtlForm+OR+ttl-form)
- [TtlForm Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/ttl-form.js)
- [TtlForm Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/ttl-form.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/ttl-picker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ TtlPicker2 will be renamed to TtlPicker.
**See**

- [Uses of TtlPicker](https://github.com/hashicorp/vault/search?l=Handlebars&q=TtlPicker+OR+ttl-picker)
- [TtlPicker Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/ttl-picker.js)
- [TtlPicker Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/ttl-picker.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/ttl-picker2.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ TtlPicker2 components are used to enable and select time to live values. Use thi
**See**

- [Uses of TtlPicker2](https://github.com/hashicorp/vault/search?l=Handlebars&q=TtlPicker2+OR+ttl-picker2)
- [TtlPicker2 Source Code](https://github.com/hashicorp/vault/blob/master/ui/lib/core/addon/components/ttl-picker2.js)
- [TtlPicker2 Source Code](https://github.com/hashicorp/vault/blob/main/ui/lib/core/addon/components/ttl-picker2.js)

---
2 changes: 1 addition & 1 deletion ui/lib/core/stories/vault-logo-spinner.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
**See**

- [Uses of VaultLogoSpinner](https://github.com/hashicorp/vault/search?l=Handlebars&q=VaultLogoSpinner)
- [VaultLogoSpinner Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/vault-logo-spinner.js)
- [VaultLogoSpinner Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/vault-logo-spinner.js)

---
4 changes: 2 additions & 2 deletions ui/scripts/gen-story-md.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const outputFile = addonOrEngine ? `lib/${addonOrEngine}/stories/${name}.md` : `

const component = name
.split('-')
.map(word => word.charAt(0).toUpperCase() + word.slice(1))
.map((word) => word.charAt(0).toUpperCase() + word.slice(1))
.join('');
const options = {
files: inputFile,
Expand All @@ -32,7 +32,7 @@ const pageBreakIndex = md.lastIndexOf('---'); //this is our last page break
const seeLinks = `**See**
- [Uses of ${component}](https://github.com/hashicorp/vault/search?l=Handlebars&q=${component}+OR+${name})
- [${component} Source Code](https://github.com/hashicorp/vault/blob/master/ui/${inputFile})
- [${component} Source Code](https://github.com/hashicorp/vault/blob/main/ui/${inputFile})
`;
const generatedWarning = `<!--THIS FILE IS AUTO GENERATED. This file is generated from JSDoc comments in ${inputFile}. To make changes, first edit that file and run "yarn gen-story-md ${name}" to re-generate the content.-->
Expand Down
2 changes: 1 addition & 1 deletion ui/stories/alert-popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ The `AlertPopup` is an implementation of the [ember-cli-flash](https://github.co
**See**

- [Uses of AlertPopup](https://github.com/hashicorp/vault/search?l=Handlebars&q=AlertPopup)
- [AlertPopup Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/alert-popup.js)
- [AlertPopup Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/alert-popup.js)

---
2 changes: 1 addition & 1 deletion ui/stories/auth-config-form/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ The `AuthConfigForm/Config` is the base form to configure auth methods.
**See**

- [Uses of AuthConfigForm/config](https://github.com/hashicorp/vault/search?l=Handlebars&q=AuthConfigForm/config)
- [AuthConfigForm/config Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/auth-config-form/config.js)
- [AuthConfigForm/config Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/auth-config-form/config.js)

---
2 changes: 1 addition & 1 deletion ui/stories/auth-config-form/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ The `AuthConfigForm/Options` is options portion of the auth config form.
**See**

- [Uses of AuthConfigForm/options](https://github.com/hashicorp/vault/search?l=Handlebars&q=AuthConfigForm/options)
- [AuthConfigForm/options Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/auth-config-form/options.js)
- [AuthConfigForm/options Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/auth-config-form/options.js)

---
2 changes: 1 addition & 1 deletion ui/stories/auth-form.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ The `AuthForm` is used to sign users into Vault.
**See**
- [Uses of AuthForm](https://github.com/hashicorp/vault/search?l=Handlebars&q=AuthForm+OR+auth-form)
- [AuthForm Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/auth-form.js)
- [AuthForm Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/auth-form.js)
---
2 changes: 1 addition & 1 deletion ui/stories/file-to-array-buffer.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ loaded, this file will be emitted as a JS ArrayBuffer to the passed `onChange` c
**See**

- [Uses of FileToArrayBuffer](https://github.com/hashicorp/vault/search?l=Handlebars&q=FileToArrayBuffer+OR+file-to-array-buffer)
- [FileToArrayBuffer Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/file-to-array-buffer.js)
- [FileToArrayBuffer Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/file-to-array-buffer.js)

---
2 changes: 1 addition & 1 deletion ui/stories/selectable-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ They are designed to be used in containers that act as flexbox or css grid conta
**See**

- [Uses of SelectableCard](https://github.com/hashicorp/vault/search?l=Handlebars&q=SelectableCard+OR+selectable-card)
- [SelectableCard Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/selectable-card.js)
- [SelectableCard Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/selectable-card.js)

---
2 changes: 1 addition & 1 deletion ui/stories/toggle.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ They are a stylistic alternative to checkboxes, but still use the input[type=che
**See**

- [Uses of Toggle](https://github.com/hashicorp/vault/search?l=Handlebars&q=Toggle+OR+toggle)
- [Toggle Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/toggle.js)
- [Toggle Source Code](https://github.com/hashicorp/vault/blob/main/ui/app/components/toggle.js)

---
Loading

0 comments on commit ee1e5be

Please sign in to comment.