Skip to content

Commit 94242df

Browse files
author
Alasdair Allan
authored
Merge pull request raspberrypi#2197 from raspberrypi/update-links-to-pip
Update links to Product Information Portal
2 parents 699796e + 9e5f172 commit 94242df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

documentation/asciidoc/computers/raspberry-pi/raspberry-pi-compliance.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Product compliance and safety
22

3-
All Raspberry Pi products have undergone extensive compliance testing, for more information see the https://pip.raspberrypi.org[Product Information Portal]
3+
All Raspberry Pi products have undergone extensive compliance testing, for more information see the https://pip.raspberrypi.com[Product Information Portal]
44

55
=== Flammability Rating
66

documentation/htaccess_extra.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<IfModule mod_alias.c>
2-
Redirect 302 "/documentation/hardware/raspberrypi/conformity.md" "https://pip.raspberrypi.org"
2+
Redirect 302 "/documentation/hardware/raspberrypi/conformity.md" "https://pip.raspberrypi.com"
33
RedirectMatch 302 "^/documentation/faqs" "/documentation/"
44
RedirectMatch 302 "^/documentation/pico" "/documentation/microcontrollers/"
55
RedirectMatch 302 "^/documentation/rp2040" "/documentation/microcontrollers/"
6-
RedirectMatch 302 "^/documentation/hardware/raspberrypi/compliance/" "https://pip.raspberrypi.org"
6+
RedirectMatch 302 "^/documentation/hardware/raspberrypi/compliance/" "https://pip.raspberrypi.com"
77
RedirectMatch 302 "^/documentation/hardware/camera/" "/documentation/accessories/camera.html"
88
RedirectMatch 302 "^/documentation/hardware/computemodule/" "/documentation/computers/compute-module.html"
99
RedirectMatch 302 "^/documentation/hardware/display/" "/documentation/accessories/display.html"

documentation/index.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"title": "PIP",
7070
"description": "The Product Information Portal (PIP) for Raspberry Pi compliance documents",
7171
"image": "full-sized/PIP.png",
72-
"url": "https://pip.raspberrypi.org/"
72+
"url": "https://pip.raspberrypi.com/"
7373
},
7474
{
7575
"title": "Datasheets",
@@ -124,7 +124,7 @@
124124
"title": "PIP",
125125
"description": "The Product Information Portal (PIP) for Raspberry Pi compliance documents",
126126
"image": "full-sized/PIP.png",
127-
"url": "https://pip.raspberrypi.org/"
127+
"url": "https://pip.raspberrypi.com/"
128128
},
129129
{
130130
"title": "Datasheets",
@@ -166,7 +166,7 @@
166166
"title": "PIP",
167167
"description": "The Product Information Portal (PIP) for Raspberry Pi compliance documents",
168168
"image": "full-sized/PIP.png",
169-
"url": "https://pip.raspberrypi.org/"
169+
"url": "https://pip.raspberrypi.com/"
170170
},
171171
{
172172
"title": "Datasheets",

jekyll-assets/_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<div class="__rptl-footer-heading">Documentation</div>
185185
<ul class="__rptl-footer-list">
186186
<li class="__rptl-footer-item"><a href="/documentation/" class="__rptl-footer-link">All categories</a></li>
187-
<li class="__rptl-footer-item"><a href="https://pip.raspberrypi.org" class="__rptl-footer-link">Product information portal</a></li>
187+
<li class="__rptl-footer-item"><a href="https://pip.raspberrypi.com" class="__rptl-footer-link">Product information portal</a></li>
188188
<li class="__rptl-footer-item"><a href="https://datasheets.raspberrypi.org" class="__rptl-footer-link">Datasheets</a></li>
189189
</ul>
190190
<div class="__rptl-footer-heading">Forums</div>

0 commit comments

Comments
 (0)