Skip to content

Commit 0560c7a

Browse files
committed
fix links and copyright
1 parent 2b86f72 commit 0560c7a

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

colbert-long/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2+
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
33

44
<picture>
55
<source media="(prefers-color-scheme: dark)" srcset="https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg">

colbert-long/app/schemas/doc.sd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
22

33
# See https://docs.vespa.ai/en/schemas.html
44
schema doc {

colbert/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2+
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
33

44
<picture>
55
<source media="(prefers-color-scheme: dark)" srcset="https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg">

colbert/app/schemas/doc.sd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
22

33
# See https://docs.vespa.ai/en/schemas.html
44
schema doc {

examples/fasthtml-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ app_file: main.py
88
pinned: false
99
termination_grace_period: 2m
1010
---
11-
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
11+
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
1212

1313
<picture>
1414
<source media="(prefers-color-scheme: dark)" srcset="https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg">

examples/operations/monitoring/vespa-grafana-terraform/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ Terraform template for provisioning metric dashboards and alerts for your Vespa
1616

1717
### Variables
1818
* Grafana instance URL
19-
* Grafana API key ([doc](https://grafana.com/docs/grafana/latest/administration/api-keys/#create-an-api-key))
20-
* Name of Grafana datasource containing Vespa metrics. If there is no datasource yet, you can extend the template with a [grafana_data_source](https://grafana.com/docs/grafana-cloud/developer-resources/infrastructure-as-code/terraform/terraform-cloud-stack/#add-a-data-source)
19+
* Grafana API key ([doc](https://grafana.com/docs/grafana/latest/administration/service-accounts/migrate-api-keys/#create-an-api-key))
20+
* Name of Grafana datasource containing Vespa metrics.
21+
If there is no datasource yet, you can extend the template with a [grafana_data_source](https://grafana.com/docs/grafana-cloud/developer-resources/infrastructure-as-code/terraform/terraform-cloud-stack/#add-a-data-source)
2122
* Alert contact point name (optional), determining the alert routing policy
2223

2324

splade/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
<!-- Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2+
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
33

44
<picture>
55
<source media="(prefers-color-scheme: dark)" srcset="https://assets.vespa.ai/logos/Vespa-logo-green-RGB.svg">

splade/app/schemas/doc.sd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
1+
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
22

33
# See https://docs.vespa.ai/en/schemas.html
44
schema doc {

use-case-shopping/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
2+
<!-- Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
33
<project xmlns="http://maven.apache.org/POM/4.0.0"
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0

use-case-shopping/src/main/resources/site/css/site.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright 2019 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.*/
1+
/* Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.*/
22

33
html, body {
44
width: 100%;

0 commit comments

Comments
 (0)