Skip to content

Commit 10f3627

Browse files
committed
ELS minor fixes
1 parent c9b2237 commit 10f3627

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-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/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)