* Redirect /docs/reference/programming-model to /docs/concepts * Pull redirect logic into a shared script
15 lines
465 B
Markdown
15 lines
465 B
Markdown
---
|
|
title: "Programming Model"
|
|
url: /docs/reference/programming-model
|
|
block_external_search_index: true
|
|
---
|
|
|
|
<!--
|
|
Including a fallback redirect lets search engines know the content has moved, and
|
|
waiting a few seconds before redirecting gives the script (see redirects.ts) a chance
|
|
to locate a matching anchor.
|
|
-->
|
|
<meta http-equiv="refresh" content="4; url=/docs/concepts">
|
|
|
|
This content has moved. Redirecting to [Pulumi Concepts](/docs/concepts)....
|