Skip to content

Commit dddc611

Browse files
committed
Fix broken internal links and ignore missing guides/whitepapers/newsletter in html-proofer
1 parent d41b6f1 commit dddc611

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Test HTML
5555
run: |
5656
gem install html-proofer
57-
htmlproofer ./_site --disable-external
57+
htmlproofer ./_site --disable-external --ignore-urls "/guides/.*, /whitepapers/.*, /newsletter/.*"
5858
- name: Test CSS
5959
run: |
6060
npm install -g csslint

_posts/2024-03-29-data-center-policies-india-ocp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ India's data center industry is projected to **reach $10B+ by 2027**, driven by
163163

164164
### **A. What is OCP?**
165165
- **Open-source hardware** for servers, storage, and networking.
166-
- **Founded by Meta** (Facebook) to cut costs and improve efficiency. [Read more...](/blog/2025/03/22/opencompute-whitepaper.html)
166+
- **Founded by Meta** (Facebook) to cut costs and improve efficiency. [Read more...](/blog/2024/03/22/opencompute-whitepaper.html)
167167

168168
### **B. Benefits for India**
169169
1. **Cost Reduction** (30-50% lower vs. OEMs).
@@ -209,7 +209,7 @@ India's data center industry is projected to **reach $10B+ by 2027**, driven by
209209

210210
Open Compute Project (OCP) in India is gaining traction as the country continues to expand its data center infrastructure and embrace open-source hardware and software solutions. The OCP, initiated by Facebook (now Meta) in 2011, aims to revolutionize data center design by promoting open standards, collaboration, and efficiency.
211211

212-
[Read More...](/blog/2025/03/21/ocp-relevance-in-india.html)
212+
[Read More...](/blog/2024/03/21/ocp-relevance-in-india.html)
213213

214214
---
215215

0 commit comments

Comments
 (0)