Skip to content

Commit 3be0a23

Browse files
another-rexcuixq
andauthored
Fix blog url to prevent 404s (#3095)
Update the blog url to prevent 404s. --------- Co-authored-by: Xueqin Cui <[email protected]>
1 parent a9940a5 commit 3be0a23

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

gcp/website/blog/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ for Hugo installation.
1212
Posts are written using Markdown. During deploy, this is rendered into HTML.
1313
The name of the file corresponds to the URL slug.
1414

15+
The file name must only contain these regex characters `+\w-`.
16+
1517
```bash
1618
$ hugo new posts/name-of-new-post.md
1719
$ <your-editor> content/posts/name-of-new-post.md
File renamed without changes.

gcp/website/blog/content/posts/osv-scanner-v2.0.0-beta1-is-ready/index.md renamed to gcp/website/blog/content/posts/osv-scanner-v2-beta1-is-ready/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "OSV-Scanner v2.0.0-beta1 is ready! "
2+
title: "OSV-Scanner v2.0.0-beta1 is ready!"
33
date: 2025-01-29T00:00:00Z
44
draft: false
55
author: The OSV Team
@@ -22,10 +22,10 @@ A significant new feature is a rewritten, layer-aware container scanning support
2222
This layer analysis leverages [OSV-Scalibr](https://github.com/google/osv-scalibr), and supports the following OSes and languages:
2323
| Distro Support | Language Artifacts Support |
2424
| -------------- | -------------------------- |
25-
| Alpine OS | Go |
26-
| Debian | Java |
27-
| Ubuntu | Node |
28-
| | Python |
25+
| Alpine OS | Go |
26+
| Debian | Java |
27+
| Ubuntu | Node |
28+
| | Python |
2929

3030
Base image identification also leverages a [new experimental API](https://docs.deps.dev/api/v3alpha/#querycontainerimages) provided by deps.dev. Check out their [technical blog post](https://blog.deps.dev/base-container-image/index.html) for details on how this data is collected and queried.
3131

0 commit comments

Comments
 (0)