Skip to content

Commit 5b29a82

Browse files
authored
Merge pull request #225 from sboldyreva/els-updates
ELS minor fixes
2 parents fef9267 + f7a3702 commit 5b29a82

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/.vuepress/routes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@
112112
"/els-for-os/#common-security-advisory-framework": "/els-for-os/machine-readable-security-data/#common-security-advisory-framework",
113113
"/els-for-os/#tuxcare-els-rss-releases-feeds": "/els-for-os/machine-readable-security-data/#tuxcare-els-rss-releases-feeds",
114114
"/els-for-runtimes-and-libraries/angular/#step-1-get-user-credentials": "/els-for-runtimes-and-libraries/angular/#step-1-get-token",
115-
"/els-for-runtimes-and-libraries/angularjs/": "/els-for-runtimes-and-libraries/angularjs/#step-1-get-token",
115+
"/els-for-runtimes-and-libraries/angularjs/#step-1-get-user-credentials": "/els-for-runtimes-and-libraries/angularjs/#step-1-get-token",
116116
"/els-for-runtimes-and-libraries/lodash/#step-1-get-user-credentials": "/els-for-runtimes-and-libraries/lodash/#step-1-get-token"
117117
}

docs/.vuepress/theme/components/Breadcrumb.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const siteTitle = computed(() => site.value.title);
2323
const titleMap = {
2424
'/els-for-languages/': 'ELS for Languages',
2525
'/els-for-runtimes-and-libraries/': 'ELS for Runtimes & Libraries',
26+
'/els-for-applications/': 'ELS for Applications',
2627
'/els-for-os/': 'ELS for OS',
2728
};
2829

docs/els-for-runtimes-and-libraries/angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ TuxCare provides ELS for Angular as an NPM package, hosted on a secure internal
205205
"@angular/platform-browser": "npm:@els-js/[email protected]",
206206
"@angular/platform-browser-dynamic": "npm:@els-js/[email protected]",
207207
"@angular/router": "npm:@els-js/[email protected]",
208-
"rxjs": "~7.8.0",
208+
"rxjs": "^7.4.0",
209209
"tslib": "^2.3.0",
210210
"zone.js": "~0.13.0"
211211
},

docs/els-for-runtimes-and-libraries/spring/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here `your-username` and `your-password` are your credentials mentioned in the [
5050
<repositories>
5151
<repository>
5252
<id>repository-id</id>
53-
<url>https://nexus-repo.corp.cloudlinux.com/repository/els_spring/</url>
53+
<url>https://nexus.repo.tuxcare.com/repository/els_spring/</url>
5454
</repository>
5555
</repositories>
5656
```
@@ -64,7 +64,7 @@ Here `your-username` and `your-password` are your credentials mentioned in the [
6464
```text
6565
repositories {
6666
maven {
67-
url = uri("https://nexus-repo.corp.cloudlinux.com/repository/els_spring")
67+
url = uri("https://nexus.repo.tuxcare.com/repository/els_spring/")
6868
credentials {
6969
username = findProperty('USERNAME')
7070
password = findProperty('PASSWORD')

0 commit comments

Comments
 (0)