Skip to content

Commit

Permalink
Replace outdated links (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-simeonova authored Jul 20, 2023
1 parent 560d371 commit d639d94
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
- [#1477](https://github.com/SAP/luigi/pull/1477) ContextSwitcher fix selected state ([@maxmarkus](https://github.com/maxmarkus))
- [#1441](https://github.com/SAP/luigi/pull/1441) Navigation with and without params on the same node ([@ndricimrr](https://github.com/ndricimrr))

> With Luigi version v1.3.0, the new v0.10.0 of Fundamental Library Styles were included. As a result, there were breaking changes to the Luigi side navigation. You can see the updated layout [here](https://sap.github.io/fundamental-styles/components/side-navigation.html).
> With Luigi version v1.3.0, the new v0.10.0 of Fundamental Library Styles were included. As a result, there were breaking changes to the Luigi side navigation. You can see the updated layout [here](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-deprecated-components-side-navigation--docs).
## [v1.2.4](2020-07-02)

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You are welcome to contribute with your pull requests. These steps explain the c
3. [Add tests](#testing) for your code, especially if you are updating the Luigi Core and Client API.
4. If you've changed APIs, update the documentation. You can find more details on how to do that [here](docs/content-guidelines.md/#API-documentation).
5. If you are adding documentation, follow the [content guidelines](docs/content-guidelines.md).
6. Make sure the tests pass. Our [pipeline](https://travis-ci.com/SAP/luigi) is running the unit and e2e tests for your PR and will indicate any issues.
6. Make sure the tests pass. Our [pipeline](https://github.com/SAP/luigi/actions) is running the unit and e2e tests for your PR and will indicate any issues.
7. Sign the Developer Certificate of Origin (DCO).

## Testing
Expand Down
2 changes: 1 addition & 1 deletion blog/2020-07-16-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This new feature has the potential to improve your Luigi application dramaticall

#### Fundamental Styles update

With Luigi version v1.3.0, the new v0.10.0 of Fundamental Library Styles were included. As a result, there were breaking changes to the Luigi side navigation. You can see the updated layout [here](https://sap.github.io/fundamental-styles/components/side-navigation.html).
With Luigi version v1.3.0, the new v0.10.0 of Fundamental Library Styles were included. As a result, there were breaking changes to the Luigi side navigation. You can see the updated layout [here](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-deprecated-components-side-navigation--docs).

#### Support for authorization code flow with PKCE

Expand Down
2 changes: 1 addition & 1 deletion blog/2021-06-07-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Luigi v1.13.0 includes updates of Fundamental Library Styles, new options in the

> **NOTE:** The Fundamental Library Styles changes will only affect you if you have customized Fundamentals CSS in your application.
With Luigi v1.13.0, the new v0.17.0 of Fundamental Library Styles was included. It led to having breaking changes in the Luigi Dialog/Modal layout and Shellbar Counter. New HTML attributes were added to those components to increase accessibility. You can see the new layout of these components here: [Dialog](https://sap.github.io/fundamental-styles/?path=/docs/components-dialog--default-dialog) and [Shellbar Counter](https://sap.github.io/fundamental-styles/?path=/docs/components-shellbar--primary).
With Luigi v1.13.0, the new v0.17.0 of Fundamental Library Styles was included. It led to having breaking changes in the Luigi Dialog/Modal layout and Shellbar Counter. New HTML attributes were added to those components to increase accessibility. You can see the new layout of these components here: [Dialog](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-components-dialog--docs) and [Shellbar Counter](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-components-counter--docs).

#### Extend options of enum type in user settings

Expand Down
2 changes: 1 addition & 1 deletion blog/2021-06-22-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Luigi v1.14.0 includes an update to a new version of Fundamental Library Styles,

#### Update Fundamental Library Styles to v0.18

In this release, we updated the version of Fundamental Styles from v0.17 to v0.18. There is a new layout for User Menu from Fiori 3. You can find more details on the [Fundamental Styles page](https://sap.github.io/fundamental-styles/?path=/docs/components-user-menu--shellbar).
In this release, we updated the version of Fundamental Styles from v0.17 to v0.18. There is a new layout for User Menu from Fiori 3. You can find more details on the [Fundamental Styles page](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-components-user-menu--docs).

#### Extend Luigi Emulator functionality

Expand Down
2 changes: 1 addition & 1 deletion blog/2021-12-23-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can read about the new features in Luigi v1.20.0 in the release notes below.
#### New SAP icon styles support

In addition to basic SAP icons, Luigi now supports the use of different SAP Icon suites like TNT and businessSuiteInAppSymbols.
In order to use these icons, it is recommended to add `@font-face` from the [Fundamental Styles](https://sap.github.io/fundamental-styles/?path=/docs/introduction-overview--page#project-configuration) project configuration to your **custom styles**. You can find more information [here](https://github.com/SAP/luigi/pull/2432).
In order to use these icons, it is recommended to add `@font-face` from the [Fundamental Styles](https://sap.github.io/fundamental-styles/?path=/docs/docs-introduction--docs) project configuration to your **custom styles**. You can find more information [here](https://github.com/SAP/luigi/pull/2432).

#### Global search improvements

Expand Down
2 changes: 1 addition & 1 deletion client/luigi-element.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export declare interface UxManager {
* @param {string} [settings.buttonDismiss="No"] the label for the modal dismiss button
* @returns {promise} which is resolved when accepting the confirmation modal and rejected when dismissing it
* @example
* import LuigiClient from '@kyma-project/luigi-client';
* import LuigiClient from '@luigi-project/client';
* const settings = {
* header: "Confirmation",
* body: "Are you sure you want to do this?",
Expand Down
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ There are a few options to do that at the moment:
label: "Fundamental Icons",
externalLink: {
url:
"https://sap.github.io/fundamental-styles/components/icon.html",
"https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-components-icons-sap-icons--docs",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion docs/navigation-parameters-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ navigation: {
### statusBadge
- **type**: object
- **description**: Allows you to set a status badge for this node. The status badge is a small label next to the title of the node, based on the Fundamental Styles [object status](https://sap.github.io/fundamental-styles/?path=/docs/components-object-status--clickable-object-status).
- **description**: Allows you to set a status badge for this node. The status badge is a small label next to the title of the node, based on the Fundamental Styles [object status](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-components-object-status--docs).
- **attributes**:
- **label**: string specifying the text displayed on the status badge.
- **type**: string. Allowed values are `negative`, `positive`, `critical`, `informative`, or `neutral`. The default is `neutral`.
Expand Down
6 changes: 3 additions & 3 deletions docs/versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ Following an upgrade from SAP Fundamentals to Fundamental Library Styles, there

Within Luigi, we renamed the `lui-tendant-menu__control` class to `lui-ctx-switch-menu`.

With Luigi version v1.3.0, the new v0.10.0 of Fundamental Library Styles were included. As a result, there were breaking changes to the Luigi side navigation. You can see the updated layout [here](https://sap.github.io/fundamental-styles/components/side-navigation.html).
With Luigi version v1.3.0, the new v0.10.0 of Fundamental Library Styles were included. As a result, there were breaking changes to the Luigi side navigation. You can see the updated layout [here](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-deprecated-components-side-navigation--docs).

With Luigi v1.4.0, the new v0.11.0 of Fundamental Library Styles were included. As a result, there were breaking changes to the Luigi Alerts. The classes `fd-overlay fd-overlay--message-strip` were removed from Fundamental Library Styles and we added a new class `luigi-alert--overlay` to keep the same look and feel as in the past. You can see all breaking changes of Fundamental Library Styles [here](https://github.com/SAP/fundamental-styles/wiki/Breaking-Changes#0110).

With Luigi v1.9.0, the new v0.14.0 of Fundamental Library Styles were included. Its previous v0.12.0 led to having breaking changes in the Luigi left side navigation and the shellbar. All icons were moved out from pseudo-classes into a dedicated tag `<i class="sap-icon sap-icon--{modifier}"></i>` under the button. You can see all breaking changes of Fundamental Library Styles v0.12.0 [here](https://github.com/SAP/fundamental-styles/releases?after=v0.12.1-rc.7).

With Luigi v1.13.0, the new v0.17.0 of Fundamental Library Styles were included. It led to having breaking changes in the Luigi Dialog/Modal layout and Shellbar Counter. New HTML attributes were added to those components to increase accessibility. You can see the new layout of these components here: [Dialog](https://sap.github.io/fundamental-styles/?path=/docs/components-dialog--default-dialog) and [Shellbar Counter](https://sap.github.io/fundamental-styles/?path=/docs/components-shellbar--primary)
With Luigi v1.13.0, the new v0.17.0 of Fundamental Library Styles were included. It led to having breaking changes in the Luigi Dialog/Modal layout and Shellbar Counter. New HTML attributes were added to those components to increase accessibility. You can see the new layout of these components here: [Dialog](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-components-dialog--docs) and [Shellbar Counter](https://sap.github.io/fundamental-styles/?path=/docs/sap-fiori-components-counter--docs)

In order to use TNT icons or businessSuiteInAppSymbols icons suite, it is recommended to add ```@font-face``` from [Fundamental Styles](https://sap.github.io/fundamental-styles/?path=/docs/introduction-overview--page#project-configuration) project configuration, to your custom styles.
In order to use TNT icons or businessSuiteInAppSymbols icons suite, it is recommended to add ```@font-face``` from [Fundamental Styles](https://sap.github.io/fundamental-styles/?path=/docs/docs-introduction--docs) project configuration, to your custom styles.
<!-- accordion:end -->

## Luigi 2.x upgrades
Expand Down

0 comments on commit d639d94

Please sign in to comment.