Skip to content

Commit 89af4bd

Browse files
committed
fixed broken links
1 parent 5ec5e8d commit 89af4bd

59 files changed

Lines changed: 66 additions & 66 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

lasso/src/components/HomepageFeatures/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const FeatureList: FeatureItem[] = [
1414
{
1515
title: 'Test-Driven Software Experimentation with LSL',
1616
//Svg: require('@site/static/img/undraw_services_re_hu5n.svg').default,
17-
image: '/img/features/services.png',
17+
image: 'img/features/services.png',
1818
description: (
1919
<>
2020
Utilize LSL (LASSO Scripting Language) for customizable code analysis services, including Code Search and Generation (via LLMs), Test Generation, and Study Designs, enabling reproducible research in software engineering.
@@ -25,7 +25,7 @@ const FeatureList: FeatureItem[] = [
2525
{
2626
title: 'Data Structures - Storing Observations for Big Code',
2727
//Svg: require('@site/static/img/undraw_services_re_hu5n.svg').default,
28-
image: '/img/features/datastructures.png',
28+
image: 'img/features/datastructures.png',
2929
description: (
3030
<>
3131
LASSO's core building blocks include: Use Sequence Sheets (SSNs) as test specifications, Stimulus Response Matrices (SRMs) for configurations of tests and implementations, and Stimulus Response Hypercubes (SRHs) for software analytics of behavior.
@@ -36,7 +36,7 @@ const FeatureList: FeatureItem[] = [
3636
{
3737
title: 'Behavior-aware Software Analytics',
3838
//Svg: require('@site/static/img/undraw_services_re_hu5n.svg').default,
39-
image: '/img/features/analytics.png',
39+
image: 'img/features/analytics.png',
4040
description: (
4141
<>
4242
Conduct extensive, behavior-aware <a href="docs/analytics/data">software analytics</a> based on observations stored in SRHs in your favorite data analytics tools. This includes establishing functional correctness across code candidates as well as behavioral clustering based on observed behavior (i.e., outputs).
@@ -47,7 +47,7 @@ const FeatureList: FeatureItem[] = [
4747
{
4848
title: 'Free Software - Open, Extensible and Fosters Sharability',
4949
//Svg: require('@site/static/img/undraw_services_re_hu5n.svg').default,
50-
image: '/img/features/services_dag.png',
50+
image: 'img/features/services_dag.png',
5151
description: (
5252
<>
5353
The platform is extensible. Extend it with your own tools and techniques via well-defined APIs and state-of-the-art tools (i.e., containerization). The platform and its data complies with open research principles and fosters sharability of pipelines and results.

lasso/src/components/HubFeatures/HubFeatures.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ study(name: 'HelloWorld') {
3939
}
4040
}
4141
`,
42-
srmpath: "./srm/HELLO_WORLD_QUICKSTART.parquet",
42+
srmpath: "../srm/HELLO_WORLD_QUICKSTART.parquet",
4343
classifier: "quickstart, example"
4444
},
4545
BASE64_ENCODE_DECODE_MAVEN: {
@@ -84,7 +84,7 @@ study(name: 'Base64encodedecode') {
8484
}
8585
}
8686
`,
87-
srmpath: "./srm/BASE64_ENCODE_DECODE_MAVEN.parquet",
87+
srmpath: "../srm/BASE64_ENCODE_DECODE_MAVEN.parquet",
8888
classifier: "example"
8989
},
9090
BOUNDED_QUEUE_MUTATION: {
@@ -134,7 +134,7 @@ study(name: 'BoundedQueue-Mutation') {
134134
}
135135
}
136136
`,
137-
srmpath: "./srm/BOUNDED_QUEUE_MUTATION.parquet",
137+
srmpath: "../srm/BOUNDED_QUEUE_MUTATION.parquet",
138138
classifier: "example"
139139
},
140140
OPENAI_GEN: {
@@ -205,7 +205,7 @@ study(name: 'ChatGPT') {
205205
}
206206
}
207207
`,
208-
srmpath: "./srm/OPENAI_GEN.parquet",
208+
srmpath: "../srm/OPENAI_GEN.parquet",
209209
classifier: "example"
210210
},
211211
OLLAMA_GEN: {
@@ -286,7 +286,7 @@ study(name: 'Ollama-Parallel') {
286286
}
287287
}
288288
`,
289-
srmpath: "./srm/OLLAMA_GEN.parquet",
289+
srmpath: "../srm/OLLAMA_GEN.parquet",
290290
classifier: "example"
291291
},
292292
TDS: {
@@ -342,7 +342,7 @@ study(name: 'TDS-Base64encode') {
342342
}
343343
}
344344
`,
345-
srmpath: "./srm/TDS.parquet",
345+
srmpath: "../srm/TDS.parquet",
346346
classifier: "example"
347347
}
348348
}

web/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="Docusaurus v3.4.0">
66
<title data-rh="true">Page Not Found | LASSO</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://softwareobservatorium.github.io/web/404.html"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="Page Not Found | LASSO"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/404.html"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/web/blog/rss.xml" title="LASSO RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/web/blog/atom.xml" title="LASSO Atom Feed"><link rel="stylesheet" href="/web/assets/css/styles.63a91b2a.css">
8-
<script src="/web/assets/js/runtime~main.d84550b8.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.0ac2a719.js" defer="defer"></script>
99
<script src="/web/assets/js/main.8f461565.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">

web/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="Docusaurus v3.4.0">
66
<title data-rh="true">About LASSO | LASSO</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://softwareobservatorium.github.io/web/about"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="About LASSO | LASSO"><meta data-rh="true" name="description" content="Team / Authors"><meta data-rh="true" property="og:description" content="Team / Authors"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/about"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/web/blog/rss.xml" title="LASSO RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/web/blog/atom.xml" title="LASSO Atom Feed"><link rel="stylesheet" href="/web/assets/css/styles.63a91b2a.css">
8-
<script src="/web/assets/js/runtime~main.d84550b8.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.0ac2a719.js" defer="defer"></script>
99
<script src="/web/assets/js/main.8f461565.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">

web/assets/js/1df93b7f.7b609dec.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)