Skip to content

Commit 1f1accc

Browse files
authored
docs: update urls after migration (#101)
1 parent 92173cd commit 1f1accc

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![UI5 logo](/docs/images/UI5_logo_wide.png)
2-
[![CI](https://github.com/SAP-samples/ui5-webcomponents-sample-vue/actions/workflows/ci.yaml/badge.svg)](https://github.com/SAP-samples/ui5-webcomponents-sample-vue/actions/workflows/ci.yaml)
3-
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/ui5-webcomponents-sample-vue)](https://api.reuse.software/info/github.com/SAP-samples/ui5-webcomponents-sample-vue)
2+
[![CI](https://github.com/UI5/sample-webcomponents-vue/actions/workflows/ci.yaml/badge.svg)](https://github.com/UI5/sample-webcomponents-vue/actions/workflows/ci.yaml)
3+
[![REUSE status](https://api.reuse.software/badge/github.com/UI5/sample-webcomponents-vue)](https://api.reuse.software/info/github.com/UI5/sample-webcomponents-vue)
44

55
# UI5 Web Components Vue Sample Application
66

@@ -14,8 +14,8 @@ This project was bootstrapped with [Vue CLI](https://cli.vuejs.org/)
1414
## Getting started
1515
1. [Clone this repository](https://help.github.com/articles/cloning-a-repository/) using the [GitHub Command line tool](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and navigate into the downloaded directory.
1616
```sh
17-
git clone https://github.com/SAP-samples/ui5-webcomponents-sample-vue.git
18-
cd ui5-webcomponents-sample-vue
17+
git clone https://github.com/UI5/sample-webcomponents-vue.git
18+
cd sample-webcomponents-vue
1919
```
2020
1. Install all dependencies
2121
```sh

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version = 1
22
SPDX-PackageName = "UI5 Webcomponents Sample with Vue"
33
SPDX-PackageSupplier = "SAP OpenUI5 <[email protected]>"
4-
SPDX-PackageDownloadLocation = "https://github.com/SAP-samples/ui5-webcomponents-sample-vue"
4+
SPDX-PackageDownloadLocation = "https://github.com/UI5/sample-webcomponents-vue"
55
SPDX-PackageComment = "The code in this project may include calls to APIs (“API Calls”) of\n SAP or third-party products or services developed outside of this project\n (“External Products”).\n “APIs” means application programming interfaces, as well as their respective\n specifications and implementing code that allows software to communicate with\n other software.\n API Calls to External Products are not licensed under the open source license\n that governs this project. The use of such API Calls and related External\n Products are subject to applicable additional agreements with the relevant\n provider of the External Products. In no event shall the open source license\n that governs this project grant any rights in or to any External Products,or\n alter, expand or supersede any terms of the applicable additional agreements.\n If you have a valid license agreement with SAP for the use of a particular SAP\n External Product, then you may make use of any API Calls included in this\n project’s code for that SAP External Product, subject to the terms of such\n license agreement. If you do not have a valid license agreement for the use of\n a particular SAP External Product, then you may only make use of any API Calls\n in this project for that SAP External Product for your internal, non-productive\n and non-commercial test and evaluation of such API Calls. Nothing herein grants\n you any rights to use or access any SAP External Product, or provide any third\n parties the right to use of access any SAP External Product, through API Calls."
66

77
[[annotations]]

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<b>Edition</b>: Enterprise <br>
149149
<b>Admin version</b>: Vue Admin <br>
150150
<hr />
151-
<span class="help-dialog-text">For more information, please visit our <a href="https://github.com/SAP-samples/ui5-webcomponents-sample-vue" target="_blank">documentation</a>.</span>
151+
<span class="help-dialog-text">For more information, please visit our <a href="https://github.com/UI5/sample-webcomponents-vue" target="_blank">documentation</a>.</span>
152152
</p>
153153

154154
<div class="dialog-button">

vite.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
}
1111
}
1212
})],
13-
base: process.env.NODE_ENV === 'production' ? '/ui5-webcomponents-sample-vue' : '/',
13+
base: process.env.NODE_ENV === 'production' ? '/sample-webcomponents-vue' : '/',
1414
build: {
1515
rollupOptions: {
1616
output: {

0 commit comments

Comments
 (0)