|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en-us"> |
3 | 3 |
|
4 | | -<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> |
| 4 | +<head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | 7 | <title>PowerShell Community - PowerShell.org - Welcome Automaters!</title> |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | | - <link rel="alternate" type="application/rss+xml" href="http://localhost:1313/community/index.xml" title="PowerShell.org - Welcome Automaters!" /> |
| 19 | + <link rel="alternate" type="application/rss+xml" href="https://powershell.org/community/index.xml" title="PowerShell.org - Welcome Automaters!" /> |
20 | 20 |
|
21 | 21 | <meta property="og:type" content="website"> |
22 | | - <meta property="og:url" content="http://localhost:1313/community/"> |
| 22 | + <meta property="og:url" content="https://powershell.org/community/"> |
23 | 23 | <meta property="og:title" content="PowerShell Community"> |
24 | 24 | <meta property="og:description" |
25 | 25 | content="Connect with PowerShell enthusiasts worldwide"> |
26 | 26 | <meta property="og:site_name" content="PowerShell.org - Welcome Automaters!"> |
27 | 27 |
|
28 | 28 |
|
29 | 29 | <meta property="twitter:card" content="summary_large_image"> |
30 | | - <meta property="twitter:url" content="http://localhost:1313/community/"> |
| 30 | + <meta property="twitter:url" content="https://powershell.org/community/"> |
31 | 31 | <meta property="twitter:title" content="PowerShell Community"> |
32 | 32 | <meta property="twitter:description" |
33 | 33 | content="Connect with PowerShell enthusiasts worldwide"> |
|
178 | 178 | <div class="flex justify-between items-center py-4"> |
179 | 179 |
|
180 | 180 | <div class="flex items-center"> |
181 | | - <a href="http://localhost:1313/" class="flex items-center space-x-3"> |
| 181 | + <a href="https://powershell.org/" class="flex items-center space-x-3"> |
182 | 182 | <div class="w-10 h-10 powershell-blue rounded-lg flex items-center justify-center"> |
183 | 183 | <i class="fas fa-terminal text-white text-lg"></i> |
184 | 184 | </div> |
|
0 commit comments